CMakeLists.txt 104 B

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