diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 18:19:03 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 18:19:03 +0200 |
commit | 0ea46ffe93ab87cbd41df1a80d38904d026fcb3b (patch) | |
tree | 76720486d33da659acfd52906e7c223a41a88581 /include/CMakeLists.txt | |
parent | 9481b4f2960c560ec8297bdc37d8014230072a5c (diff) |
adds a pkgconfig file
Change-Id: Ic0d143f282feef7335c7ea2bf589df90af4eef2f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 07cbb04b..5b0114de 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1 +1 @@ -INSTALL(DIRECTORY afb DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +INSTALL(DIRECTORY afb DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}) |