CMakeLists.txt 191 B

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