mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
efc70e9fc0
Change version to be only set via git tags
14 lines
290 B
CMake
14 lines
290 B
CMake
project(CMake)
|
|
|
|
set(FILES
|
|
CMakeVariables.h.in
|
|
GetProjectVersion.cmake
|
|
GenerateCMakeVariableHeader.cmake
|
|
CopyRecursive.cmake
|
|
CreateIFWInstaller.cmake)
|
|
|
|
add_custom_target(
|
|
${PROJECT_NAME}
|
|
SOURCES ${FILES}
|
|
COMMENT "Dummy target to list these files in the IDE")
|