CMakeLists.txt 492 B

123456789101112131415161718192021
  1. #----------------------------------------------------------------------------
  2. # This file was automatically generated from the original CMakeLists.txt file
  3. # Add a variable to hold the headers for the library
  4. set (lib_headers
  5. numeric
  6. )
  7. # Add a library target to the build system
  8. boost_library_project(
  9. numeric
  10. # SRCDIRS
  11. TESTDIRS conversion/test interval/test ublas/test
  12. HEADERS ${lib_headers}
  13. # DOCDIRS
  14. # DESCRIPTION
  15. MODULARIZED
  16. # AUTHORS
  17. # MAINTAINERS
  18. )
粤ICP备19079148号