Skip to content

Commit

Permalink
Added Box2D objects to libvolt.a
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 23, 2024
1 parent 0caefa8 commit 6c8bb76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ file(GLOB_RECURSE VOLT_SRCS CONFIGURE_DEPENDS "*.cc")

add_library(${CMAKE_PROJECT_NAME} STATIC
$<TARGET_OBJECTS:imgui>
$<TARGET_OBJECTS:box2d>
$<TARGET_OBJECTS:raylib>
$<TARGET_OBJECTS:imguizmo>
$<TARGET_OBJECTS:yaml_cpp>
Expand All @@ -15,6 +16,7 @@ target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/imgui)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/imguizmo)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/entt/src)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/raylib/src)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/box2d/include)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/spdlog/include)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/yaml-cpp/include)
target_include_directories(${CMAKE_PROJECT_NAME} SYSTEM PUBLIC ../vendor/imgui_impl_raylib)
Expand Down

0 comments on commit 6c8bb76

Please sign in to comment.