mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
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)
|