~aleteoryx/muditaos

ref: 139abaecdb44d0e163df6dba70b43c2fc6a954ea muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
139abaec — Dawid Wojtas [BH-1817] Fix alarm when the onboarding is active 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
if(${PROF_ON})
add_catch2_executable(
    NAME performance
    SRCS
        performance-monitor.cpp
    LIBS
        module-os
)
endif()