Skip to content

Commit

Permalink
add Jolt to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamakaio committed May 29, 2024
1 parent b76d080 commit 2cd0a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,5 @@ INSTALL(TARGETS freetype
SET(RML_SKIP_INSTALL ON CACHE BOOL "" FORCE)
SET(CUSTOM_CONFIGURATION ON CACHE BOOL "" FORCE)
#ADD_SUBDIRECTORY(RmlUi EXCLUDE_FROM_ALL)

ADD_SUBDIRECTORY(JoltPhysics/Build EXCLUDE_FROM_ALL)
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ SET(OSP_MAGNUM_DEPS_LIBS
dNewton dScene dModel dVehicle
toml11
spdlog
longeron)
longeron
Jolt)
target_link_libraries(osp-magnum-deps INTERFACE ${OSP_MAGNUM_DEPS_LIBS})
add_dependencies(compile-osp-magnum-deps ${OSP_MAGNUM_DEPS_LIBS})

Expand Down

0 comments on commit 2cd0a6e

Please sign in to comment.