From 0b2335ff3667c6f63b87afc49d7bbcb24268f61c Mon Sep 17 00:00:00 2001 From: rjindael Date: Wed, 19 Jul 2023 15:48:46 -0700 Subject: [PATCH] fix boost --- Projects/Engine/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/Engine/CMakeLists.txt b/Projects/Engine/CMakeLists.txt index 78f0797..96a5f8e 100644 --- a/Projects/Engine/CMakeLists.txt +++ b/Projects/Engine/CMakeLists.txt @@ -65,5 +65,5 @@ add_library(Engine STATIC Source/Rendering/Adorn.cpp ) -target_include_directories(Engine PUBLIC ${BOOST_INCLUDE_DIRS} Header/) -target_link_libraries(Engine PUBLIC ${BOOST_LIBRARIES} pugixml OgreBites Luau.Analysis Luau.Ast Luau.Compiler Luau.VM) \ No newline at end of file +target_include_directories(Engine PUBLIC ${Boost_INCLUDE_DIRS} Header/) +target_link_libraries(Engine PUBLIC ${Boost_LIBRARIES} pugixml OgreBites Luau.Analysis Luau.Ast Luau.Compiler Luau.VM) \ No newline at end of file