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
|
target_include_directories(Core SYSTEM PUBLIC
|
||||||
${CMAKE_BINARY_DIR}/_deps/bullet-src/src)
|
${CMAKE_BINARY_DIR}/_deps/bullet-src/src)
|
||||||
target_link_libraries(Core PUBLIC
|
target_link_libraries(Core PUBLIC
|
||||||
|
Asset
|
||||||
|
Math
|
||||||
|
Platform
|
||||||
Utility
|
Utility
|
||||||
|
nlohmann_json
|
||||||
|
Log
|
||||||
|
PRIVATE
|
||||||
GFX
|
GFX
|
||||||
Renderer
|
Renderer
|
||||||
nlohmann_json
|
|
||||||
magic_enum
|
magic_enum
|
||||||
imgui
|
imgui
|
||||||
Log
|
|
||||||
${EXTRA_LIBRARIES}
|
${EXTRA_LIBRARIES}
|
||||||
Asset
|
|
||||||
PRIVATE
|
|
||||||
BulletDynamics
|
BulletDynamics
|
||||||
BulletCollision
|
BulletCollision
|
||||||
LinearMath)
|
LinearMath)
|
||||||
|
|
Reference in a new issue