mirror of
https://github.com/reactos/CMake.git
synced 2025-01-04 01:38:38 +00: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)
|