mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-05 18:08:32 +00:00
8 lines
141 B
CMake
8 lines
141 B
CMake
PROJECT(BULLET_PHYSICS)
|
|
|
|
IF (NOT CMAKE_BUILD_TYPE)
|
|
SET(CMAKE_BUILD_TYPE "Release")
|
|
ENDIF (NOT CMAKE_BUILD_TYPE)
|
|
|
|
SUBDIRS(src Demos Extras)
|