mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
11 lines
207 B
CMake
11 lines
207 B
CMake
|
project(CMake)
|
||
|
|
||
|
set(FILES
|
||
|
# cmake-format: sortable
|
||
|
QtUpdateTranslations.cmake)
|
||
|
|
||
|
add_custom_target(
|
||
|
${PROJECT_NAME}
|
||
|
SOURCES ${FILES}
|
||
|
COMMENT "Dummy target to list these files in the IDE")
|