Restored Root lib

This commit is contained in:
Paolo Andreetto
2020-03-12 11:41:22 +01:00
parent 89d333632c
commit 8666283a8a
3 changed files with 12 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ set_source_files_properties(uLibRootDict.cxx PROPERTIES GENERATED TRUE)
set_source_files_properties(uLibRootDict.h PROPERTIES GENERATED TRUE)
list(APPEND SOURCES uLibRootDict.cxx)
# TODO use a custom target linked to root_generate_dictionary
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/uLibRootDict_rdict.pcm
DESTINATION ${PACKAGE_INSTALL_LIB_DIR})
uLib_add_shared_library(${uLib-module})
add_subdirectory(testing)