~aleteoryx/muditaos

ref: 74ae1a6589caaf2f822bec932476bbd4b4c12a94 muditaos/module-db/tests/test-initializer/CMakeLists.txt -rw-r--r-- 241 bytes
74ae1a65 — Marcin Smoczyński [EGD-7031] Remove UT deps to the production image 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
)