1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-01 08:09:48 +02:00
ScreenPlay/Tools/CMakeLists.txt
2023-01-19 10:33:49 +01:00

12 lines
319 B
CMake

# SPDX-License-Identifier: LicenseRef-EliasSteurerTachiom OR AGPL-3.0-only
project(Tools LANGUAGES CXX)
file(GLOB PYTHON *.py)
set(FILES Installer/installscript.qs Installer/package.xml)
add_custom_target(
${PROJECT_NAME}
SOURCES ${FILES} ${PYTHON}
COMMENT "Dummy target to list these files in the IDE")