~aleteoryx/muditaos

ref: 5b2881cc6d0a7beae6d295eac6867be00df81a30 muditaos/module-utils/math/CMakeLists.txt -rw-r--r-- 190 bytes
5b2881cc — DariuszSabala [BH-372] Turned i18n into separate library 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
add_library(math INTERFACE)

target_include_directories(math
    INTERFACE
        $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
)

if (${ENABLE_TESTS})
    add_subdirectory(tests)
endif()