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:
Naios
2016-04-13 14:35:04 +02:00
parent 6217cb4bf3
commit ea4ac00ac7
3 changed files with 20 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ add_library(scripts STATIC
target_link_libraries(scripts
PUBLIC
game)
game-interface)
target_include_directories(scripts
PUBLIC