# ################################ # VERSION INFORMATIONS # ################################ set(LogDemons_VERSION_MAJOR "1") set(LogDemons_VERSION_MINOR "1") set(LogDemons_VERSION_BUILD "0") set(LogDemons_VERSION "1.1.0") # ################################ # VARIABLES # ################################ set(LogDemons_INCLUDE_DIRS /mnt/storage/workspace/med-ubuntu-free/ExtProjs/LogDemons/src/LCClogDemons /mnt/storage/workspace/med-ubuntu-free/ExtProjs/LogDemons/src/LogDemons /mnt/storage/workspace/med-ubuntu-free/ExtProjs/LogDemons/src/SVFLogJacobian) set(LogDemons_LIBRARY_DIRS /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/lib /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/lib/Debug /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/lib/Release /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/lib/MinSizeRel /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/lib/RelWithDebInfo) set(LogDemons_CMAKE_DIRS /mnt/storage/workspace/med-ubuntu-free/ExtProjs/LogDemons/cmake) set(LogDemons_USE_FILE /mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/LogDemons/LogDemonsUse.cmake) # ################################ # LIBRARIES # ################################ add_library (LIBSVFLogJacobian UNKNOWN IMPORTED) find_library(LIBSVFLogJacobian_LIBRARY NAMES LIBSVFLogJacobian PATHS ${LogDemons_LIBRARY_DIRS}) set_target_properties(LIBSVFLogJacobian PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${LogDemons_INCLUDE_DIRS}" IMPORTED_LOCATION ${LIBSVFLogJacobian_LIBRARY}) add_library (RPILCClogDemons UNKNOWN IMPORTED) find_library(RPILCClogDemons_LIBRARY NAMES RPILCClogDemons PATHS ${LogDemons_LIBRARY_DIRS}) set_target_properties(RPILCClogDemons PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${LogDemons_INCLUDE_DIRS}" IMPORTED_LOCATION ${RPILCClogDemons_LIBRARY})