From 4cbe19659cd1726c4df8f6b48994a75e3785ee94 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Sun, 19 May 2024 11:33:20 +0200 Subject: [PATCH] clParser --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a8fdbb..73af9c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)