X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fsamples%2FCMakeLists.txt;h=24ffd91bf391a12340c8b61d3679a05121dd0edf;hb=dde70b62b09f49ad672c104a3f81714bf11047be;hp=aa22cd241ff9c5ca9a27ceb8cbb036ec23f57b15;hpb=e853da4bd1cb44b6a992aff96a4066ae5bd54720;p=src%2Fapp-framework-binder.git diff --git a/plugins/samples/CMakeLists.txt b/plugins/samples/CMakeLists.txt index aa22cd24..24ffd91b 100644 --- a/plugins/samples/CMakeLists.txt +++ b/plugins/samples/CMakeLists.txt @@ -6,8 +6,14 @@ TARGET_LINK_LIBRARIES(helloWorld-api ${link_libraries}) INSTALL(TARGETS helloWorld-api LIBRARY DESTINATION ${plugin_install_dir}) -ADD_LIBRARY(samplePost-api MODULE SamplePost.c) -SET_TARGET_PROPERTIES(samplePost-api PROPERTIES PREFIX "") -TARGET_LINK_LIBRARIES(samplePost-api ${link_libraries}) -INSTALL(TARGETS samplePost-api +#ADD_LIBRARY(samplePost-api MODULE SamplePost.c) +#SET_TARGET_PROPERTIES(samplePost-api PROPERTIES PREFIX "") +#TARGET_LINK_LIBRARIES(samplePost-api ${link_libraries}) +#INSTALL(TARGETS samplePost-api +# LIBRARY DESTINATION ${plugin_install_dir}) + +ADD_LIBRARY(clientCtx-api MODULE ClientCtx.c) +SET_TARGET_PROPERTIES(clientCtx-api PROPERTIES PREFIX "") +TARGET_LINK_LIBRARIES(clientCtx-api ${link_libraries}) +INSTALL(TARGETS clientCtx-api LIBRARY DESTINATION ${plugin_install_dir})