1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
This commit is contained in:
Elias Steurer 2023-11-09 15:30:02 +01:00
parent da5bd382a8
commit 2b685a4338

View File

@ -3,10 +3,10 @@
target_sources( target_sources(
${PROJECT_NAME} ${PROJECT_NAME}
PRIVATE ScreenPlayGodotWallpaper.h PRIVATE ScreenPlayGodotWallpaper.h
ScreenPlayGodotWallpaper.cpp ScreenPlayGodotWallpaper.cpp
WindowsPipe.h WindowsPipe.h
WindowsPipe.cpp WindowsPipe.cpp
RegisterExtension.cpp) RegisterExtension.cpp)
find_package(Catch2 CONFIG REQUIRED) find_package(Catch2 CONFIG REQUIRED)
target_include_directories(${PROJECT_NAME} PRIVATE "src") target_include_directories(${PROJECT_NAME} PRIVATE "src")