X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fsamples%2FCMakeLists.txt;fp=plugins%2Fsamples%2FCMakeLists.txt;h=59a9a449c680f7ce4eede22103989674b8b9e426;hb=7059e59cddc1c81321639875636e88895bc14309;hp=eb6e0112dc06d5f73c76901f70d1fddf0f20bd9d;hpb=ef908d903929988ad01f9df94415fc9c3ddebcac;p=src%2Fapp-framework-binder.git diff --git a/plugins/samples/CMakeLists.txt b/bindings/samples/CMakeLists.txt similarity index 87% rename from plugins/samples/CMakeLists.txt rename to bindings/samples/CMakeLists.txt index eb6e0112..59a9a449 100644 --- a/plugins/samples/CMakeLists.txt +++ b/bindings/samples/CMakeLists.txt @@ -11,7 +11,7 @@ SET_TARGET_PROPERTIES(authLogin PROPERTIES ) TARGET_LINK_LIBRARIES(authLogin ${link_libraries}) INSTALL(TARGETS authLogin - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir}) ################################################## # DemoContext @@ -23,7 +23,7 @@ SET_TARGET_PROPERTIES(demoContext PROPERTIES ) TARGET_LINK_LIBRARIES(demoContext ${link_libraries}) INSTALL(TARGETS demoContext - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir}) ################################################## # DemoPost @@ -35,7 +35,7 @@ SET_TARGET_PROPERTIES(demoPost PROPERTIES ) TARGET_LINK_LIBRARIES(demoPost ${link_libraries}) INSTALL(TARGETS demoPost - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir}) ################################################## # HelloWorld @@ -47,7 +47,7 @@ SET_TARGET_PROPERTIES(helloWorld PROPERTIES ) TARGET_LINK_LIBRARIES(helloWorld ${link_libraries}) INSTALL(TARGETS helloWorld - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir}) ################################################## # tic-tac-toe @@ -59,5 +59,5 @@ SET_TARGET_PROPERTIES(tic-tac-toe PROPERTIES ) TARGET_LINK_LIBRARIES(tic-tac-toe ${link_libraries}) INSTALL(TARGETS tic-tac-toe - LIBRARY DESTINATION ${plugin_install_dir}) + LIBRARY DESTINATION ${binding_install_dir})