mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 14:40:05 +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)
|