Compare commits
2 Commits
5029aad8f2
...
d6d7c27c4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6d7c27c4d | ||
|
|
aa8575d221 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -5,6 +5,6 @@
|
|||||||
[submodule "external/glm"]
|
[submodule "external/glm"]
|
||||||
path = external/glm
|
path = external/glm
|
||||||
url = https://github.com/g-truc/glm.git
|
url = https://github.com/g-truc/glm.git
|
||||||
[submodule "bullet3"]
|
[submodule "external/bullet3"]
|
||||||
path = bullet3
|
path = external/bullet3
|
||||||
url = https://github.com/bulletphysics/bullet3.git
|
url = https://github.com/bulletphysics/bullet3.git
|
||||||
|
|||||||
@ -95,6 +95,6 @@ add_subdirectory(external/glm)
|
|||||||
target_link_libraries(PortalGame PRIVATE glm)
|
target_link_libraries(PortalGame PRIVATE glm)
|
||||||
target_include_directories(PortalGame PRIVATE "external/stb")
|
target_include_directories(PortalGame PRIVATE "external/stb")
|
||||||
|
|
||||||
add_subdirectory(bullet3)
|
add_subdirectory(external/bullet3)
|
||||||
target_link_libraries(PortalGame PRIVATE BulletCollision LinearMath Bullet3Common)
|
target_link_libraries(PortalGame PRIVATE BulletCollision LinearMath Bullet3Common)
|
||||||
target_include_directories(PortalGame PRIVATE "bullet3/src")
|
target_include_directories(PortalGame PRIVATE "external/bullet3/src")
|
||||||
|
|||||||
1
external/SDL
vendored
Submodule
1
external/SDL
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 60515350ae2c30334b6f4c55480eb247cd879333
|
||||||
1
external/bullet3
vendored
Submodule
1
external/bullet3
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d1a4256b3a019117f2bb6cb8c63d6367aaf512e2
|
||||||
1
external/glm
vendored
Submodule
1
external/glm
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2d4c4b4dd31fde06cfffad7915c2b3006402322f
|
||||||
Loading…
x
Reference in New Issue
Block a user