~aleteoryx/muditaos

ref: b0c8566d6e67c3631be96cc6b6e8bdf719c8f002 muditaos/module-utils/locale/CMakeLists.txt -rw-r--r-- 197 bytes
b0c8566d — Tomasz Rybarski [BH-1289] Restore Temperature Reading 4 years ago
                                                                                
1
2
3
4
5
6
7
add_library(utils-locale INTERFACE)

target_sources(utils-locale INTERFACE country.hpp)
target_include_directories(utils-locale
    INTERFACE
        $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>
)