1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
ScreenPlay/Tools/CMakeLists.txt
Elias Steurer eabe625cd9 Add cpack IFW installer
Update to Qt 6.2.2
2021-12-03 15:30:17 +01:00

14 lines
281 B
CMake

project(Tools LANGUAGES CXX)
file(GLOB PYTHON *.py)
set(FILES
# cmake-format: sortable
Installer/package.xml
Installer/installscript.qs)
add_custom_target(
${PROJECT_NAME}
SOURCES ${FILES} ${PYTHON}
COMMENT "Dummy target to list these files in the IDE")