ignore BLI_bfile with cmake since its not used anywhere

This commit is contained in:
2010-09-15 16:23:04 +00:00
parent 9b518710c6
commit e6ce108f5c

View File

@@ -38,11 +38,12 @@ SET(INC
${FREETYPE_INCLUDE_DIRS}
)
# unused
LIST(REMOVE_ITEM SRC "${CMAKE_CURRENT_SOURCE_DIR}/intern/BLI_bfile.c")
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
SET(INC
${INC}
${BINRELOC_INC}
)
LIST(APPEND INC "${BINRELOC_INC}")
ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")
IF(WIN32)
@@ -50,7 +51,7 @@ IF(WIN32)
ENDIF(WIN32)
IF(WITH_OPENMP)
ADD_DEFINITIONS(-DPARALLEL=1)
ADD_DEFINITIONS(-DPARALLEL=1)
ENDIF(WITH_OPENMP)
BLENDERLIB(bf_blenlib "${SRC}" "${INC}")