CMakeLists.txt 596 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. concept
  6. )
  7. # Add a library target to the build system
  8. boost_library_project(
  9. concept
  10. # SRCDIRS
  11. # TESTDIRS
  12. HEADERS ${lib_headers}
  13. # DOCDIRS
  14. # DESCRIPTION "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users."
  15. MODULARIZED
  16. # AUTHORS "John Maddock <john -at- johnmaddock.co.uk>"
  17. # MAINTAINERS
  18. )
粤ICP备19079148号