~aleteoryx/muditaos

ref: 18e9fc0e1ac6061392684cab4aa923749dd0841c muditaos/module-utils/locale/CMakeLists.txt -rw-r--r-- 197 bytes
18e9fc0e — Maciej Gibowicz [BH-2033] Add fade in and fade out for relaxation 1 year, 8 months 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}>
)