added build files for iff library (binary Interchange File Format)
This commit is contained in:
9
Extras/iff/CMakeLists.txt
Normal file
9
Extras/iff/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
INCLUDE_DIRECTORIES(
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/Extras/iff
|
||||
)
|
||||
|
||||
ADD_LIBRARY(LibIff
|
||||
iff.h
|
||||
iffr.cpp
|
||||
iffw.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user