mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
Investigate groundspawn desync
This commit is contained in:
@@ -23,7 +23,7 @@ set(lb_sources
|
||||
add_library(luabind ${lb_sources})
|
||||
|
||||
target_include_directories(luabind PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${LUAJIT_INCLUDE_DIR})
|
||||
target_link_libraries(luabind PUBLIC Boost::dynamic_bitset Boost::tuple Boost::foreach ${LUAJIT_LIBRARY})
|
||||
target_link_libraries(luabind PUBLIC ${EQEMU_BOOST_HEADER_TARGET} ${LUAJIT_LIBRARY})
|
||||
target_include_directories(luabind PRIVATE ..)
|
||||
|
||||
if(UNIX)
|
||||
|
||||
Reference in New Issue
Block a user