summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-03-20 20:01:56 +0100
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:12 -0700
commit0187f92ccae8a69dbe1f1e217a65f0225d210865 (patch)
tree54d2ab751daf01bf5f21e07a212e038709c5f0dd /bindings
parent92a6df5b94fc2131a9333f5ed60b924259cb9f45 (diff)
downloadexternal_parameter-framework-0187f92ccae8a69dbe1f1e217a65f0225d210865.zip
external_parameter-framework-0187f92ccae8a69dbe1f1e217a65f0225d210865.tar.gz
external_parameter-framework-0187f92ccae8a69dbe1f1e217a65f0225d210865.tar.bz2
Install c parameter-framework bindings
C bindings were compiled and tested but never installed. Add the missing install command. Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/c/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/c/CMakeLists.txt b/bindings/c/CMakeLists.txt
index b7eeff8..b83ef6f 100644
--- a/bindings/c/CMakeLists.txt
+++ b/bindings/c/CMakeLists.txt
@@ -35,6 +35,8 @@ install(FILES ParameterFramework.h
target_link_libraries(cparameter parameter)
+install(TARGETS cparameter LIBRARY DESTINATION lib)
+
if(BUILD_TESTING)
# Add catch unit test framework
# TODO Use gtest as it is the team recommendation