~aleteoryx/muditaos

ref: 784b0518d28214ad7164cceceb7baf2cbadd4d0e muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
784b0518 — Mateusz Piesta [BH-1552] Minor power optimization 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()