CMake: correct file listing

This commit is contained in:
Campbell Barton 2015-05-17 16:09:15 +10:00
parent 60f60ed496
commit 6ba128129d
4 changed files with 8 additions and 4 deletions

@ -155,6 +155,7 @@ set(SRC
BLI_listbase.h
BLI_math.h
BLI_math_base.h
BLI_math_bits.h
BLI_math_color.h
BLI_math_color_blend.h
BLI_math_geom.h

@ -25,8 +25,8 @@
set(INC
.
./intern
./util
intern
util
../blenkernel
../blenlib
../bmesh
@ -109,7 +109,9 @@ if(WITH_LEGACY_DEPSGRAPH)
endif()
if(WITH_BOOST)
list(APPEND INC_SYS ${BOOST_INCLUDE_DIR})
list(APPEND INC_SYS
${BOOST_INCLUDE_DIR}
)
add_definitions(-DHAVE_BOOST_FUNCTION_BINDINGS)
endif()

@ -70,6 +70,7 @@ set(SRC
../include/ED_node.h
../include/ED_numinput.h
../include/ED_object.h
../include/ED_outliner.h
../include/ED_paint.h
../include/ED_particle.h
../include/ED_physics.h

@ -74,7 +74,7 @@ set(INC_SYS
set(SRC
dna_genfile.c
dna.c
${CMAKE_CURRENT_BINARY_DIR}/dna.c
${SRC_DNA_INC}
)