mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core/Scripts: Link the script project always statically
(cherry picked from commit 428908b8db)
This commit is contained in:
@@ -50,7 +50,7 @@ endif ()
|
||||
|
||||
GroupSources(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_library(scripts
|
||||
add_library(scripts STATIC
|
||||
${PRIVATE_SOURCES}
|
||||
${PRIVATE_PCH_SOURCE}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user