Compare commits

..

No commits in common. "d6d7c27c4d35f324fdf440418396416433a3152f" and "5029aad8f261796d5cb6c278d8bbd45886abb5c3" have entirely different histories.

5 changed files with 4 additions and 7 deletions

4
.gitmodules vendored
View File

@ -5,6 +5,6 @@
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/bullet3"]
path = external/bullet3
[submodule "bullet3"]
path = bullet3
url = https://github.com/bulletphysics/bullet3.git

View File

@ -95,6 +95,6 @@ add_subdirectory(external/glm)
target_link_libraries(PortalGame PRIVATE glm)
target_include_directories(PortalGame PRIVATE "external/stb")
add_subdirectory(external/bullet3)
add_subdirectory(bullet3)
target_link_libraries(PortalGame PRIVATE BulletCollision LinearMath Bullet3Common)
target_include_directories(PortalGame PRIVATE "external/bullet3/src")
target_include_directories(PortalGame PRIVATE "bullet3/src")

1
external/SDL vendored

@ -1 +0,0 @@
Subproject commit 60515350ae2c30334b6f4c55480eb247cd879333

1
external/bullet3 vendored

@ -1 +0,0 @@
Subproject commit d1a4256b3a019117f2bb6cb8c63d6367aaf512e2

1
external/glm vendored

@ -1 +0,0 @@
Subproject commit 2d4c4b4dd31fde06cfffad7915c2b3006402322f