~aleteoryx/muditaos

ref: bd1222fcc8dfe81ef24111bd1b85f914144113a9 muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
bd1222fc — Marcin Zieliński [MOS-350] Restored notifications about PIN changes 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()