From 239c6e69f949c245cafea1081630b787e075f764 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 24 Jan 2020 15:46:28 +0100 Subject: [PATCH] TeaSpeak fully builds now --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 807ceaa..449e079 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,6 +185,7 @@ endif () add_library(TeaSpeak STATIC ${SOURCE_FILES} ${HEADER_FILES}) target_link_libraries(TeaSpeak PUBLIC CXXTerminal::static threadpool::static jsoncpp_lib) +target_include_directories(TeaSpeak PUBLIC src/) install(TARGETS TeaSpeak ARCHIVE DESTINATION lib )