~aleteoryx/muditaos

ref: c8e65453c5b2ce03a7f87609ed1a729dddc470de muditaos/module-utils/math/CMakeLists.txt -rw-r--r-- 190 bytes
c8e65453 — Mateusz Piesta [BH-891] Alarm popup fix 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()