mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
4 lines
104 B
CMake
4 lines
104 B
CMake
ADD_EXECUTABLE(TSD TSD.cxx TSD_utils.cxx)
|
|
INSTALL_FILES(/include FILES TSD.h)
|
|
INSTALL_TARGETS(/bin TSD)
|