ignore BLI_bfile with cmake since its not used anywhere
This commit is contained in:
@@ -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}")
|
||||
|
Reference in New Issue
Block a user