warning fixes and minor cmake changes.
This commit is contained in:
11
extern/binreloc/CMakeLists.txt
vendored
11
extern/binreloc/CMakeLists.txt
vendored
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user