summaryrefslogtreecommitdiffstats
path: root/afb-helpers.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Pkg config files: use CMAKE_INSTALL_LIBDIR varhalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.38.0.68.0.58.0.48.0.3halibutStephane Desneux1-1/+1
library folders may be lib or lib64 so use cmake CMAKE_INSTALL_LIBDIR variable instead of lib Bug-AGL: SPEC-2846 (cherry picked from commit 25bb4512a2c2bc66f9eb255a872600f67bd4943f original author: clement.benier@iot.bzh) Change-Id: I7a63052990a5268f971b08c0640b6bb199b272d3 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2019-03-22Set PROJECT_VERSION overwritable by cliRomain Forlot1-1/+1
Use AGLVERSION variable that could be set by command-line to override the one set in the CMakeLists.txt file. Tiny fix on the Libs variable to use now ${libdir} instead of the CMake variable which isn't absolute Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2019-01-23Set PROJECT_VERSION overwritable by cliRomain Forlot1-1/+0
Use AGLVERSION variable that could be set by command-line to override the one set in the CMakeLists.txt file. Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-17Static lib: pass afb-helpers to a static libraryguppy_6.99.3guppy/6.99.36.99.3Clément Bénier1-0/+31
- add afb-timer in helpers: rename ctl-timer from ctl-utilities into afb-timer - use the GNUinstalldirs module to set the destination directories. Change-Id: Ic88105d140edabcc96b091fb23f215db11ccb8c6 Signed-off-by: Clément Bénier <clement.benier@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>