1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 14:32:35 +02:00
ScreenPlay/CMake/CMakeLists.txt

14 lines
290 B
CMake
Raw Permalink Normal View History

project(CMake)
set(FILES
2023-02-18 14:30:06 +01:00
CMakeVariables.h.in
GetProjectVersion.cmake
2023-02-18 14:30:06 +01:00
GenerateCMakeVariableHeader.cmake
CopyRecursive.cmake
CreateIFWInstaller.cmake)
add_custom_target(
${PROJECT_NAME}
SOURCES ${FILES}
COMMENT "Dummy target to list these files in the IDE")