mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Core/Build: Provide an interface target for game
* Increases the build time because dependent projects can build
without waiting for the game project.
(cherry picked from commit ff8a54ab92)
This commit is contained in:
@@ -206,7 +206,7 @@ add_library(scripts STATIC
|
||||
|
||||
target_link_libraries(scripts
|
||||
PUBLIC
|
||||
game)
|
||||
game-interface)
|
||||
|
||||
target_include_directories(scripts
|
||||
PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user