Send entire CAN message rather than CAN signal.
[apps/agl-service-can-low-level.git] / low-can-binding / CMakeLists.txt
index 44ae9ef..7abb3c4 100644 (file)
@@ -22,7 +22,7 @@ PROJECT_TARGET_ADD(low-can)
 
        # Define project Targets
        add_library(${TARGET_NAME} MODULE
-               binding/${TARGET_NAME}-hat.cpp
+               #binding/${TARGET_NAME}-hat.cpp
                binding/${TARGET_NAME}-cb.cpp
                binding/${TARGET_NAME}-socket.cpp
                binding/${TARGET_NAME}-subscription.cpp
@@ -63,7 +63,3 @@ PROJECT_TARGET_ADD(low-can)
                bitfield-c
                ${link_libraries})
 
-       # installation directory
-       INSTALL(TARGETS ${TARGET_NAME}
-               LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR})
-