~aleteoryx/muditaos

ref: 1e4c7932cd28f4e27cd93433376824272dbe17a6 muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
1e4c7932 — Paweł Joński [BH-1411] Layouts settings arrows adjustment 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()