Skip to content
Snippets Groups Projects
Commit 25e839ab authored by Langella Olivier's avatar Langella Olivier
Browse files

libpappsomspp (0.6.4-1) buster

parent 94564d02
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ endif ()
SET(PAPPSOMSPP_VERSION_MAJOR "0")
SET(PAPPSOMSPP_VERSION_MINOR "6")
SET(PAPPSOMSPP_VERSION_PATCH "3")
SET(PAPPSOMSPP_VERSION_PATCH "4")
SET(PAPPSOMSPP_VERSION "${PAPPSOMSPP_VERSION_MAJOR}.${PAPPSOMSPP_VERSION_MINOR}.${PAPPSOMSPP_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
......
......@@ -14,14 +14,14 @@ mark_as_advanced(PAPPSOMSPP_WIDGET_QT5_LIBRARY)
if(NOT TARGET Pappso::Core)
add_library(Pappso::Core UNKNOWN IMPORTED)
set_target_properties(Pappso::Core PROPERTIES
IMPORTED_LOCATION "${PAPPSOMSPP_QT5_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${PAPPSOMSPP_INCLUDE_DIR}")
IMPORTED_LOCATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/libpappsomspp-qt5.so.${PAPPSOMSPP_VERSION}"
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/include/pappsomspp")
endif()
if(NOT TARGET Pappso::Widget)
add_library(Pappso::Widget UNKNOWN IMPORTED)
set_target_properties(Pappso::Widget PROPERTIES
IMPORTED_LOCATION "${PAPPSOMSPP_WIDGET_QT5_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${PAPPSOMSPP_INCLUDE_DIR}")
IMPORTED_LOCATION "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/libpappsomspp-widget-qt5.so.${PAPPSOMSPP_VERSION}"
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/include/pappsomspp")
endif()
libpappsomspp (0.6.4-1) buster; urgency=medium
* a lot of development from Filippo Rusconi and Olivier Langella
-- Olivier Langella <olivier.langella@u-psud.fr> Thu, 19 Dec 2019 21:55:55 +0100
libpappsomspp (0.6.3-2) buster; urgency=medium
* buster package
......
......@@ -17,6 +17,11 @@ else (ODSSTREAM_QT5_FOUND)
FIND_PACKAGE( Odsstream REQUIRED )
endif (ODSSTREAM_QT5_FOUND)
if(TARGET OdsStream::Core)
MESSAGE("TARGET OdsStream::Core OK")
else (TARGET OdsStream::Core)
MESSAGE("NOT TARGET OdsStream::Core")
endif (TARGET OdsStream::Core)
MACRO(TEST_FIND_LIBRARY OUTPUT_LIBS lib_name include_to_find)
#start:
......
#ifndef _CONFIG_H
#define _CONFIG_H
#pragma once
#cmakedefine CMAKE_SOURCE_DIR "@CMAKE_SOURCE_DIR@"
#cmakedefine USEPAPPSOTREE @USEPAPPSOTREE@
#endif /* _CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment