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:
@@ -21,6 +21,7 @@ set(SRC
|
||||
|
||||
set(SRC_HEADERS
|
||||
device.h
|
||||
device_memory.h
|
||||
device_intern.h
|
||||
device_network.h
|
||||
)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
|
||||
set(INC
|
||||
.
|
||||
../
|
||||
..
|
||||
../svm
|
||||
../../render
|
||||
../../util
|
||||
|
@@ -50,6 +50,8 @@ set(SRC_OSL
|
||||
|
||||
set(SRC_OSL_HEADERS
|
||||
node_texture.h
|
||||
node_color.h
|
||||
node_fresnel.h
|
||||
stdosl.h
|
||||
)
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user