Mac :
- 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:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user