CMakeLists.txt 199 B

123456789
  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. if (BUILD_DOCUMENTATION)
  8. add_subdirectory(src)
  9. endif ()
粤ICP备19079148号