Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Aug 6, 2023
1 parent 6ccc37a commit aa0b415
Show file tree
Hide file tree
Showing 107 changed files with 101 additions and 23,557 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ set(IMGUI_DIR ${CMAKE_CURRENT_LIST_DIR}/imgui)
option(PK_BUILD_STATIC_LIB "" ON)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/pocketpy)

add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/box2d)

include_directories(
${IMGUI_DIR}
${IMGUI_DIR}/backends
${CMAKE_CURRENT_LIST_DIR}/pocketpy/include
${CMAKE_CURRENT_LIST_DIR}/box2d/include
${CMAKE_CURRENT_LIST_DIR}/include
)

Expand Down Expand Up @@ -52,7 +49,6 @@ if (WIN32)
${PROJECT_NAME}
opengl32.lib
pocketpy
box2d
Threads::Threads
)
elseif (ANDROID)
Expand Down Expand Up @@ -96,7 +92,6 @@ elseif (ANDROID)
GLESv3
log
pocketpy
box2d
Threads::Threads
)
elseif(EMSCRIPTEN)
Expand All @@ -119,7 +114,6 @@ elseif(EMSCRIPTEN)
target_link_libraries(
${PROJECT_NAME}
pocketpy
box2d
)

set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS ${EMCC_LINKER_FLAGS})
Expand All @@ -141,7 +135,6 @@ elseif (APPLE OR UNIX)
${SDL2_LIBRARIES}
${OPENGL_LIBRARIES}
pocketpy
box2d
Threads::Threads
)
endif()
60 changes: 0 additions & 60 deletions box2d/CHANGELOG.md

This file was deleted.

20 changes: 0 additions & 20 deletions box2d/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions box2d/LICENSE

This file was deleted.

109 changes: 0 additions & 109 deletions box2d/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions box2d/include/box2d/b2_api.h

This file was deleted.

60 changes: 0 additions & 60 deletions box2d/include/box2d/b2_block_allocator.h

This file was deleted.

Loading

0 comments on commit aa0b415

Please sign in to comment.