Actually include the INTEGRATION hint

This commit is contained in:
Kevin Trogant 2022-10-17 18:46:13 +02:00
parent b8a0ab5468
commit fbb139d1bc

View File

@ -5,6 +5,7 @@ find_library(log-lib log)
find_package(game-activity REQUIRED CONFIG) find_package(game-activity REQUIRED CONFIG)
find_package(games-frame-pacing REQUIRED CONFIG) find_package(games-frame-pacing REQUIRED CONFIG)
# INTEGRATION Füge deine CPP/H Dateien hier hinzu
add_library(kde SHARED add_library(kde SHARED
Renderer.cpp Renderer.cpp
Renderer.h Renderer.h