Reorganize core dependencies
This commit is contained in:
parent
174b50d1ba
commit
615a6605ab
1 changed files with 6 additions and 4 deletions
|
@ -36,16 +36,18 @@ target_include_directories(Core PUBLIC
|
|||
target_include_directories(Core SYSTEM PUBLIC
|
||||
${CMAKE_BINARY_DIR}/_deps/bullet-src/src)
|
||||
target_link_libraries(Core PUBLIC
|
||||
Asset
|
||||
Math
|
||||
Platform
|
||||
Utility
|
||||
nlohmann_json
|
||||
Log
|
||||
PRIVATE
|
||||
GFX
|
||||
Renderer
|
||||
nlohmann_json
|
||||
magic_enum
|
||||
imgui
|
||||
Log
|
||||
${EXTRA_LIBRARIES}
|
||||
Asset
|
||||
PRIVATE
|
||||
BulletDynamics
|
||||
BulletCollision
|
||||
LinearMath)
|
||||
|
|
Reference in a new issue