add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without.

This commit is contained in:
Campbell Barton
2011-11-10 06:05:22 +00:00
parent 77c5160791
commit cd9b51c1bf
7 changed files with 11 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ set(SRC
set(SRC_HEADERS
device.h
device_memory.h
device_intern.h
device_network.h
)

View File

@@ -1,7 +1,7 @@
set(INC
.
../
..
../svm
../../render
../../util

View File

@@ -50,6 +50,8 @@ set(SRC_OSL
set(SRC_OSL_HEADERS
node_texture.h
node_color.h
node_fresnel.h
stdosl.h
)

View File

@@ -16,6 +16,7 @@ set(SRC
buffers.cpp
camera.cpp
film.cpp
# film_response.cpp # XXX, why isnt this in?
filter.cpp
graph.cpp
image.cpp
@@ -40,6 +41,7 @@ set(SRC_HEADERS
buffers.h
camera.h
film.h
# film_response.h # XXX, why isnt this in?
filter.h
graph.h
image.h

View File

@@ -33,6 +33,7 @@ set(SRC_HEADERS
util_cuda.h
util_debug.h
util_dynlib.h
util_foreach.h
util_function.h
util_hash.h
util_image.h