updated CMake support: remove Lib prefix, to facilitate Apple Framework support, add App prefix for demos
See discussion here: http://code.google.com/p/bullet/issues/detail?id=129
This commit is contained in:
@@ -2,7 +2,7 @@ INCLUDE_DIRECTORIES(
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/Extras/iff
|
||||
)
|
||||
|
||||
ADD_LIBRARY(LibIff
|
||||
ADD_LIBRARY(Iff
|
||||
iff.h
|
||||
iffr.cpp
|
||||
iffw.cpp
|
||||
|
||||
Reference in New Issue
Block a user