C

Qt Quick Ultralite Automotive Cluster Demo

target_include_directories(automotive PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_sources(automotive PRIVATE hmi_input.cpp)
target_include_directories(automotive_benchmark PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_sources(automotive_benchmark PRIVATE hmi_input.cpp)

if(QUL_PLATFORM STREQUAL "rh850-d1m1a-baremetal" AND NOT ENABLE_CANBUS)
    qul_add_subdirectory_if_exists(${QUL_PLATFORM})
endif()