@@ -, +, @@ --- doc/todo/CURRENT | 5 +++++ src/plugins/type/CMakeLists.txt | 3 ++- 2 files changed, 7 insertions(+), 1 deletions(-) --- a/doc/todo/CURRENT +++ a/doc/todo/CURRENT @@ -10,3 +10,8 @@ debian: enable (fix) tests add examples as package enable all plugins (struct, type, validation!!!) + + +doxygen -u +types.hpp installed to /usr/lib + --- a/src/plugins/type/CMakeLists.txt +++ a/src/plugins/type/CMakeLists.txt @@ -19,7 +19,8 @@ install (TARGETS ${PLUGIN_NAME} add_headers (HDR_FILES) add_cppheaders (HDR_FILES) -install (FILES types.hpp DESTINATION lib${LIB_SUFFIX}/${TARGET_PLUGIN_FOLDER}) +install (FILES types.hpp + DESTINATION include/${TARGET_INCLUDE_FOLDER}) #this test case works for full and static builds #it will not relink correctly --