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}")
|
||||
|
4
extern/glew/CMakeLists.txt
vendored
4
extern/glew/CMakeLists.txt
vendored
@@ -24,7 +24,9 @@
|
||||
#
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
SET(INC include src)
|
||||
SET(INC
|
||||
./include
|
||||
)
|
||||
|
||||
IF(UNIX)
|
||||
LIST(APPEND INC ${X11_X11_INCLUDE_PATH})
|
||||
|
6
extern/lzo/CMakeLists.txt
vendored
6
extern/lzo/CMakeLists.txt
vendored
@@ -25,10 +25,6 @@
|
||||
# ***** END GPL LICENSE BLOCK *****
|
||||
|
||||
SET(INC include)
|
||||
|
||||
FILE(GLOB SRC minilzo/*.c)
|
||||
|
||||
|
||||
SET(SRC minilzo/minilzo.c)
|
||||
|
||||
BLENDERLIB(extern_minilzo "${SRC}" "${INC}")
|
||||
#, libtype='blender', priority = 0 )
|
||||
|
Reference in New Issue
Block a user