mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
4504f06eb1
# Conflicts: # CMakeLists.txt # ScreenPlay/app.h # ScreenPlay/main.cpp # ScreenPlay/main.qml # ScreenPlay/qml/Navigation/Navigation.qml # ScreenPlay/src/settings.h # ScreenPlay/translations/ScreenPlay_zh_cn.qm # ScreenPlayWallpaper/CMakeLists.txt # ScreenPlayWallpaper/SPWResources.qrc # ScreenPlayWallpaper/qml/Wallpaper.qml
10 lines
209 B
CMake
10 lines
209 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")
|