Investigate groundspawn desync

This commit is contained in:
Vayle
2026-03-18 20:09:59 -04:00
parent 40e0aef44f
commit 510af32dad
5 changed files with 19 additions and 6 deletions
+5 -1
View File
@@ -71,7 +71,11 @@ if(UNIX)
endif()
endif()
find_package(Boost REQUIRED COMPONENTS dynamic_bitset foreach tuple)
find_package(Boost REQUIRED)
set(EQEMU_BOOST_HEADER_TARGET Boost::headers)
if(NOT TARGET Boost::headers)
set(EQEMU_BOOST_HEADER_TARGET Boost::boost)
endif()
find_package(cereal CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(glm CONFIG REQUIRED)