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)