Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 15, 2024
1 parent 3ccd438 commit df6d666
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Emscripten")
endif()

find_package(chipmunk2d CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(Ogg CONFIG REQUIRED)
find_package(PhysFS CONFIG REQUIRED)
find_package(SDL2 CONFIG REQUIRED)
Expand Down Expand Up @@ -75,7 +74,6 @@ endif()

target_link_libraries(${PROJECT_NAME} PRIVATE
chipmunk2d::chipmunk2d
fmt::fmt
Ogg::ogg
physfs-static
SDL2::SDL2-static
Expand Down
1 change: 0 additions & 1 deletion src/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <SDL2/SDL.h>
#include <chipmunk/chipmunk.h>
#include <chipmunk/chipmunk_structs.h>
#include <fmt/core.h>
#include <nlohmann/json.hpp>
#include <ogg/ogg.h>
#include <physfs.h>
Expand Down

0 comments on commit df6d666

Please sign in to comment.