This commit is contained in:
ackimixs
2024-05-19 11:33:20 +02:00
parent 2176db7577
commit 4cbe19659c

View File

@@ -9,6 +9,7 @@ include_directories(${SDL2_INCLUDE_DIRS})
find_package(Modelec COMPONENTS
TCPClient
Utils
CLParser
REQUIRED
)
@@ -17,4 +18,4 @@ add_executable(GameController
GameControllerHandler.h)
target_link_libraries(GameController ${SDL2_LIBRARIES})
target_link_libraries(GameController Modelec::TCPClient Modelec::Utils)
target_link_libraries(GameController Modelec::TCPClient Modelec::Utils Modelec::CLParser)