- Updated CMake files for building with openCollada

Update of the 10.5 libs including openCollada is coming in next commit
This commit is contained in:
Damien Plisson
2009-11-02 14:03:13 +00:00
parent 9e9ab1a227
commit 9ea97203ae
2 changed files with 38 additions and 3 deletions

View File

@@ -26,6 +26,24 @@
FILE(GLOB SRC *.cpp)
IF(APPLE)
SET(INC
.
../blenlib
../blenkernel
../windowmanager
../makesdna
../makesrna
../editors/include
../../../intern/guardedalloc
${OPENCOLLADA_INC}/COLLADAStreamWriter
${OPENCOLLADA_INC}/COLLADABaseUtils
${OPENCOLLADA_INC}/COLLADAFramework
${OPENCOLLADA_INC}/COLLADASaxFrameworkLoader
)
ELSE(APPLE)
SET(INC
.
../blenlib
@@ -41,4 +59,6 @@ SET(INC
${OPENCOLLADA}/COLLADASaxFrameworkLoader/include
)
ENDIF(APPLE)
BLENDERLIB(bf_collada "${SRC}" "${INC}")