This repository was archived by the owner on Sep 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ target_link_libraries(shiva INTERFACE
5757 shiva::pyscripting
5858 shiva::range
5959 shiva::reflection
60+ shiva::shiva-spdlog
6061 shiva::stacktrace
6162 shiva::timer
6263 shiva::world
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ include("${CMAKE_CURRENT_LIST_DIR}/shiva-lua-targets.cmake")
2929find_package (pybind11 CONFIG REQUIRED)
3030include ("${CMAKE_CURRENT_LIST_DIR} /shiva-pyscripting-targets.cmake" )
3131
32+ find_package (Threads REQUIRED)
33+ find_package (spdlog CONFIG REQUIRED)
34+ find_package (fmt CONFIG REQUIRED)
35+ include ("${CMAKE_CURRENT_LIST_DIR} /shiva-shiva-spdlog-targets.cmake" )
36+
3237include ("${CMAKE_CURRENT_LIST_DIR} /shiva-world-targets.cmake" )
3338include ("${CMAKE_CURRENT_LIST_DIR} /shiva-targets.cmake" )
3439
@@ -47,5 +52,6 @@ check_required_components("ecs")
4752check_required_components("input" )
4853check_required_components("lua" )
4954check_required_components("pyscripting" )
55+ check_required_components("spdlog" )
5056check_required_components("world" )
5157check_required_components("shiva" )
You can’t perform that action at this time.
0 commit comments