mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 18:47:45 +00:00
script-loader fix
This commit is contained in:
parent
741275d647
commit
0a33567aa0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ foreach(_scriptDir ${children})
|
|||
MODULE
|
||||
${SCRIPT_BUILD_FILES}
|
||||
"${SCRIPT_INCLUDE_FILES}"
|
||||
"${_scriptDir}/ScriptLoader.cpp" "quest/classquest/MAR/ClsMar999.cpp" "quest/classquest/MAR/ClsMar998.cpp")
|
||||
"${_scriptDir}/ScriptLoader.cpp")
|
||||
|
||||
target_link_libraries( "script_${_name}" world )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue