From 0187f92ccae8a69dbe1f1e217a65f0225d210865 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 20 Mar 2015 20:01:56 +0100 Subject: Install c parameter-framework bindings C bindings were compiled and tested but never installed. Add the missing install command. Signed-off-by: Kevin Rocard --- bindings/c/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1