remove non-existent projects from CMakeLists.txt Thanks a lot to Paul Martz for the report and suggested fixes. http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=3069
12 lines
139 B
CMake
12 lines
139 B
CMake
INCLUDE_DIRECTORIES(
|
|
${BULLET_PHYSICS_SOURCE_DIR}/Extras/iff
|
|
)
|
|
|
|
ADD_LIBRARY(Iff
|
|
iff.h
|
|
iffr.cpp
|
|
iffw.cpp
|
|
)
|
|
|
|
#SUBDIRS( BulletIffConverter )
|