projects
/
project
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141ac85
)
libblkid-tiny: install header file to include dir
author
Daniel Danzberger
<daniel@dd-wrt.com>
Mon, 2 Aug 2021 09:57:09 +0000
(11:57 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 3 Aug 2021 20:38:39 +0000
(21:38 +0100)
Hence libblkid-tiny is a shared lib, it makes sense to install it's
header to the system incldue/ dir for other applications to use it.
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 422f27d3b3f5375ad866573733bffcf756037353..9a87979c13813d251b8713e475b07e1cc1b968a6 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-38,6
+38,7
@@
ADD_LIBRARY(blkid-tiny SHARED
libblkid-tiny/f2fs.c
)
INSTALL(TARGETS blkid-tiny LIBRARY DESTINATION lib)
+INSTALL(FILES libblkid-tiny/libblkid-tiny.h DESTINATION include)
ADD_LIBRARY(ubi-utils STATIC
libubi/libubi.c