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

@@ -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