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)