2021-08-21 12:11:31 +02:00
|
|
|
project(CMake)
|
|
|
|
|
2021-09-10 11:09:38 +02:00
|
|
|
set(FILES # cmake-format: sortable
|
|
|
|
QtUpdateTranslations.cmake)
|
2021-08-21 12:11:31 +02:00
|
|
|
|
|
|
|
add_custom_target(
|
|
|
|
${PROJECT_NAME}
|
|
|
|
SOURCES ${FILES}
|
|
|
|
COMMENT "Dummy target to list these files in the IDE")
|