1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
ScreenPlay/CMake/CMakeLists.txt
2021-12-03 14:23:45 +01:00

11 lines
239 B
CMake

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