~aleteoryx/muditaos

ref: e2a1f82f910c195ca3ab6229f1364a1cce73ecca muditaos/module-db/tests/test-initializer/CMakeLists.txt -rw-r--r-- 241 bytes
e2a1f82f — Lukasz Skrzypczak [BH-757] Reworked settings and GUI model 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
add_catch2_executable(
    NAME
        db-initializer
    SRCS
        "${CMAKE_CURRENT_SOURCE_DIR}/unittest.cpp"
        "${CMAKE_CURRENT_SOURCE_DIR}/tests-main.cpp"
        
    LIBS
        module-sys
        module-db
    
    USE_FS
)