CMakeLists.txt 633 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright Troy D. Straszheim
  3. #
  4. # Distributed under the Boost Software License, Version 1.0.
  5. # See http://www.boost.org/LICENSE_1_0.txt
  6. #
  7. #----------------------------------------------------------------------------
  8. # This file was automatically generated from the original CMakeLists.txt file
  9. # Add a variable to hold the headers for the library
  10. set (lib_headers
  11. numeric
  12. )
  13. # Add a library target to the build system
  14. boost_library_project(
  15. numeric
  16. # SRCDIRS
  17. TESTDIRS conversion/test interval/test ublas/test
  18. HEADERS ${lib_headers}
  19. # DOCDIRS
  20. # DESCRIPTION
  21. MODULARIZED
  22. # AUTHORS
  23. # MAINTAINERS
  24. )
粤ICP备19079148号