~aleteoryx/muditaos

ref: ca7de85fef97bb33c2158547dd38e60da7da2ae9 muditaos/module-os/test/CMakeLists.txt -rw-r--r-- 137 bytes
ca7de85f — Bartosz [MOS-853] Purge multimedia database when initializing indexer 2 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()