CMakeLists.txt 249 B

12345678910111213
  1. project(CTKTesting)
  2. # CMake Macros
  3. include(CMake/ctkMacroGenerateMocs.cmake)
  4. if(CTK_USE_QTTESTING)
  5. include(../QtTesting/CMake/ctkQtTesting.cmake)
  6. endif()
  7. install(FILES
  8. ctkTest.h
  9. DESTINATION ${CTK_INSTALL_INCLUDE_DIR} COMPONENT Development
  10. )