warning fixes and minor cmake changes.

This commit is contained in:
Campbell Barton
2010-09-18 03:55:56 +00:00
parent d5e11d409f
commit dea59cc5eb
52 changed files with 174 additions and 122 deletions

View File

@@ -18,8 +18,15 @@
# All rights reserved.
#
SET(INC ./include )
SET(SRC
binreloc.c
)
SET(INC
./include
)
ADD_DEFINITIONS(-DENABLE_BINRELOC)
FILE(GLOB SRC *.c)
BLENDERLIB(extern_binreloc "${SRC}" "${INC}")