~aleteoryx/muditaos

ref: 14f78ffc0757589530c7cf95132e0b40246ed2f1 muditaos/module-db/tests/test-initializer/CMakeLists.txt -rw-r--r-- 188 bytes
14f78ffc — Mateusz Piesta [BH-1552] Harmony crashes during startup 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
add_catch2_executable(
    NAME
        db-initializer
    SRCS
        "${CMAKE_CURRENT_SOURCE_DIR}/unittest.cpp"
        
    LIBS
        module-sys
        module-db
    
    USE_FS
)