diff --git a/src/imgui/CMakeLists.txt b/src/imgui/CMakeLists.txt index 213b3b830..2db32b306 100644 --- a/src/imgui/CMakeLists.txt +++ b/src/imgui/CMakeLists.txt @@ -16,5 +16,5 @@ add_library(imgui STATIC ) if(Boost_FOUND) - include_directories(${Boost_INCLUDE_DIRS}) -endif() \ No newline at end of file + target_link_libraries(imgui PRIVATE boost_headeronly) +endif()