~aleteoryx/muditaos

ref: b4c6a29f47c6206785705991e341cf6ed48e17dd muditaos/module-bsp/hal/CMakeLists.txt -rw-r--r-- 561 bytes
b4c6a29f — rrandomsky [BH-1915][BH-1911] Update UI texts and translations 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_library(hal INTERFACE)

target_include_directories(hal
    INTERFACE
        $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>
)

target_sources(hal
    INTERFACE
        include/hal/temperature_source/TemperatureSource.hpp
        include/hal/GenericFactory.hpp
        include/hal/battery_charger/AbstractBatteryCharger.hpp
		include/hal/cellular/SIM.hpp
        include/hal/eink/AbstractEinkDisplay.hpp
        include/hal/key_input/RawKey.hpp
        include/hal/key_input/KeyEventDefinitions.hpp
        include/hal/key_input/AbstractKeyInput.hpp
)