CMakeLists.txt 118 B

123
  1. ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
  2. INSTALL_FILES(/MyTest/include FILES TSD.h)
  3. INSTALL_TARGETS(/MyTest/bin TSD)