CMakeLists.txt 508 B

12345678910111213
  1. # Copy the xs3p.xsl stylesheet which is used in .xsd files to generate nice
  2. # html output when opened in a browser.
  3. execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/xs3p.xsl
  4. ${CTK_BINARY_DIR}/Documentation/html/xs3p.xsl)
  5. if (BUILD_TESTING AND
  6. CTK_LIB_CommandLineModules/Core AND CTK_LIB_CommandLineModules/Backend/LocalProcess)
  7. # Compile source code snippets
  8. add_subdirectory(Snippets)
  9. endif()