~aleteoryx/muditaos

ref: 1723f12895946e20558ba5ed1a9bc74d6151fc24 muditaos/module-db/tests/test-initializer/CMakeLists.txt -rw-r--r-- 188 bytes
1723f128 — Pawel Olejniczak [CP-1483] Add test for sync API 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
)