Restore /etc/dev-mapping.conf support
[apps/agl-service-can-low-level.git] / low-can-binding / CMakeLists.txt
index 38ac4b3..7f73339 100644 (file)
@@ -59,6 +59,7 @@ PROJECT_TARGET_ADD(low-can)
                #utils/socketcan-raw.cpp
                utils/socketcan-bcm.cpp
                utils/converter.cpp
+               utils/config-parser.cpp
        )
 
        add_library(${TARGET_NAME} SHARED ${SOURCES_LIB} ${SOURCES_J1939} ${SOURCES_ISOTP})
@@ -70,6 +71,7 @@ PROJECT_TARGET_ADD(low-can)
        )
 
        TARGET_LINK_LIBRARIES(${TARGET_NAME}
+               ini-config
                openxc-message-format
                uds-c
                isotp-c