added build files for iff library (binary Interchange File Format)

This commit is contained in:
erwin.coumans
2008-10-27 00:22:35 +00:00
parent 82448a3942
commit ffcfd84fc8
6 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/Extras/iff
)
ADD_LIBRARY(LibIff
iff.h
iffr.cpp
iffw.cpp
)