*
This commit is contained in:
@@ -67,7 +67,7 @@ set(Boost_USE_STATIC_LIBS ON)
|
||||
set(BOOST_INCLUDE_LIBRARIES asio thread json)
|
||||
set(BOOST_ENABLE_CMAKE ON)
|
||||
set(BOOST_IOSTREAMS_ENABLE_ZLIB ON)
|
||||
set(BOOST_INCLUDE_LIBRARIES asio thread json iostreams)
|
||||
set(BOOST_INCLUDE_LIBRARIES asio thread json iostreams interprocess)
|
||||
FetchContent_Declare(
|
||||
Boost
|
||||
GIT_REPOSITORY https://github.com/boostorg/boost.git
|
||||
@@ -76,7 +76,7 @@ FetchContent_Declare(
|
||||
USES_TERMINAL_DOWNLOAD true
|
||||
)
|
||||
FetchContent_MakeAvailable(Boost)
|
||||
target_link_libraries(luavox_common INTERFACE Boost::asio Boost::thread Boost::json Boost::iostreams)
|
||||
target_link_libraries(luavox_common INTERFACE Boost::asio Boost::thread Boost::json Boost::iostreams Boost::interprocess)
|
||||
|
||||
# glm
|
||||
# find_package(glm REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user