mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Oversight...
This commit is contained in:
parent
8fc9bcf564
commit
3d3c05fdb3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ foreach(_scriptDir ${children})
|
|||
endforeach()
|
||||
|
||||
add_library("script_${_name}" MODULE ${SCRIPT_BUILD_FILES} "${SCRIPT_INCLUDE_FILES}" "${_scriptDir}/ScriptLoader.cpp")
|
||||
target_link_libraries( "script_${_name}" PUBLIC sapphire_zone )
|
||||
target_link_libraries( "script_${_name}" sapphire_zone )
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries( "script_${_name}" ${Boost_LIBRARIES})
|
||||
|
|
Loading…
Add table
Reference in a new issue