X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Flow-can-binding%2FCMakeLists.txt;h=c408388f554d24673f57085d175fa699d8a115f7;hb=e49eed2b1fffced9f5f8d2b997bb6b987cf208f3;hp=ec69c8458437f73641032e3c9534a586d488539a;hpb=4ec4f7330425d5f1e63b6467deb11347dab9699a;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/low-can-binding/CMakeLists.txt b/CAN-binder/low-can-binding/CMakeLists.txt index ec69c845..c408388f 100644 --- a/CAN-binder/low-can-binding/CMakeLists.txt +++ b/CAN-binder/low-can-binding/CMakeLists.txt @@ -18,13 +18,14 @@ ########################################################################### # Add target to project dependency list -PROJECT_TARGET_ADD(low-can-binding) +PROJECT_TARGET_ADD(low-can) # Define project Targets add_library(${TARGET_NAME} MODULE - ${TARGET_NAME}.cpp - configuration.cpp - configuration-generated.cpp + binding/${TARGET_NAME}-hat.cpp + binding/${TARGET_NAME}-cb.cpp + binding/configuration.cpp + binding/configuration-generated.cpp can/can-bus.cpp can/can-bus-dev.cpp can/can-message-set.cpp @@ -45,7 +46,7 @@ PROJECT_TARGET_ADD(low-can-binding) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" + PREFIX "afs-" LABELS "BINDING" LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} @@ -64,4 +65,3 @@ PROJECT_TARGET_ADD(low-can-binding) INSTALL(TARGETS ${TARGET_NAME} LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) - populate_widget()