summaryrefslogtreecommitdiff
path: root/libs/numeric/CMakeLists.txt
blob: 94df5881a068a780939000fa8acfaf3d94d5d14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library
set (lib_headers
    numeric
)

# Add a library target to the build system
boost_library_project(
  numeric
  #  SRCDIRS 
  TESTDIRS  conversion/test interval/test ublas/test
  HEADERS ${lib_headers}
  #  DOCDIRS 
  #  DESCRIPTION 
  MODULARIZED 
  #  AUTHORS 
  #  MAINTAINERS 
)