We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37cc19 commit e1fd677Copy full SHA for e1fd677
CMakeLists.txt
@@ -16,7 +16,7 @@ option(BUILD_CPU_DEMOS OFF)
16
option(BUILD_EXTRAS OFF)
17
option(BUILD_OPENGL3_DEMOS OFF)
18
option(BUILD_UNIT_TESTS OFF)
19
-add_subdirectory(WebAssemblyDemo/Vendor/bullet3)
+add_subdirectory(WebAssemblyDemo/Vendor/bullet)
20
21
if(MSVC)
22
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
@@ -29,7 +29,7 @@ endif()
29
30
include_directories(WebAssemblyDemo/Headers/
31
WebAssemblyDemo/Vendor/assimp/include/
32
- WebAssemblyDemo/Vendor/bullet3/src/
+ WebAssemblyDemo/Vendor/bullet/src/
33
WebAssemblyDemo/Vendor/glad/include/
34
WebAssemblyDemo/Vendor/glfw/include/
35
WebAssemblyDemo/Vendor/glm/
WebAssemblyDemo/Vendor/bullet3
0 commit comments