1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00
ScreenPlay/CMake/CMakeLists.txt
2022-01-27 14:54:45 +01:00

12 lines
274 B
CMake

project(CMake)
set(FILES # cmake-format: sortable
CopyRecursive.cmake
CreateIFWInstaller.cmake
QtUpdateTranslations.cmake)
add_custom_target(
${PROJECT_NAME}
SOURCES ${FILES}
COMMENT "Dummy target to list these files in the IDE")