4 lines
118 B
CMake
4 lines
118 B
CMake
add_executable(TSD TSD.cxx TSD_utils.cxx)
|
|
install_files(/MyTest/include FILES TSD.h)
|
|
install_targets(/MyTest/bin TSD)
|