~aleteoryx/muditaos

ref: 81790f22ee87dd6610cf870bb95a7df138899282 muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
81790f22 — Adam Dobrowolski [MOS-459] Wait with GUI change till RING delay 3 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()