Making CMakeLists more consistent

This commit is contained in:
manuelk 2012-09-12 15:01:32 -07:00
parent 60d92d7212
commit 9d37554969

View File

@ -55,7 +55,7 @@
# a particular purpose and non-infringement.
#
set(H_FILES
set(PUBLIC_HEADER_FILES
allocator.h
bilinear.h
catmark.h
@ -75,6 +75,6 @@ set(H_FILES
vertex.h
)
install( FILES ${H_FILES}
install( FILES ${PUBLIC_HEADER_FILES}
DESTINATION include/hbr
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ )