~aleteoryx/muditaos

ref: 30418184b1048a8605c37af531f8b6bfe6fe5a1f muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
30418184 — Lefucjusz [MOS-1061] Fix screen backlight flash when turning off 1 year, 11 months 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()