X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=test%2Ffixtures%2Fhelloworld%2Fhelloworld%2FCMakeLists.txt;fp=test%2Ffixtures%2Fhelloworld%2Fhelloworld%2FCMakeLists.txt;h=d8a5b26565a60faadcf700a88de29db8cbadd7b7;hp=373a6f5df18f90a8d5f558a0a2d16497087d9e96;hb=777f88336442c887552fb3353db93a5ed5b4ff74;hpb=5fa00200173151a25a45777e17c0926b7082e953 diff --git a/test/fixtures/helloworld/helloworld/CMakeLists.txt b/test/fixtures/helloworld/helloworld/CMakeLists.txt index 373a6f5..d8a5b26 100644 --- a/test/fixtures/helloworld/helloworld/CMakeLists.txt +++ b/test/fixtures/helloworld/helloworld/CMakeLists.txt @@ -25,12 +25,12 @@ PROJECT_TARGET_ADD(helloworld) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" + PREFIX "" LABELS "BINDING" - LINK_FLAGS ${BINDINGS_LINK_FLAG} + LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) TARGET_LINK_LIBRARIES(${TARGET_NAME} - ${link_libraries} + ${link_libraries} )