mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
12 lines
233 B
CMake
12 lines
233 B
CMake
project(CMake)
|
|
|
|
set(FILES
|
|
CopyRecursive.cmake
|
|
CreateIFWInstaller.cmake
|
|
FetchContentThirdParty.cmake)
|
|
|
|
add_custom_target(
|
|
${PROJECT_NAME}
|
|
SOURCES ${FILES}
|
|
COMMENT "Dummy target to list these files in the IDE")
|