Commit ca526e8a authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Updated CMakeLists.txt for pytnl to install all header files recursively

parent 5d3db6df
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
add_subdirectory( tnl )

set( headers
         exceptions.h
         RawIterator.h
         tnl_conversions.h
         tnl_indexing.h
         tnl_str_conversion.h
         tnl_tuple_conversion.h
         typedefs.h
)

install( FILES ${headers} DESTINATION "include/pytnl" )
install( DIRECTORY . DESTINATION "include/pytnl"
         MESSAGE_NEVER
         FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp" )