projects
/
platform
/
adaptation
/
broadcom
/
libomxil-vc4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6271f4
)
cmake: Install user-vcsm.h to opt/vc/include/interface/vcsm
author
popcornmix
<popcornmix@gmail.com>
Fri, 17 Mar 2017 13:16:44 +0000
(13:16 +0000)
committer
popcornmix
<popcornmix@gmail.com>
Tue, 21 Mar 2017 20:55:48 +0000
(20:55 +0000)
host_applications/linux/libs/sm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/host_applications/linux/libs/sm/CMakeLists.txt
b/host_applications/linux/libs/sm/CMakeLists.txt
index c6bf76450b18c0faca7a15df8d4e2dfbd6ee276b..5ce5aca75c4c6fed49a3051e77fe901dfd360d21 100644
(file)
--- a/
host_applications/linux/libs/sm/CMakeLists.txt
+++ b/
host_applications/linux/libs/sm/CMakeLists.txt
@@
-15,4
+15,4
@@
add_library(vcsm ${SHARED} user-vcsm.c)
target_link_libraries(vcsm vcos)
install(TARGETS vcsm DESTINATION lib)
-
+install(FILES user-vcsm.h DESTINATION include/interface/vcsm)