Loading src/Python/pytnl/CMakeLists.txt +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" ) Loading
src/Python/pytnl/CMakeLists.txt +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" )