~aleteoryx/muditaos

ref: 4ec11baf9b761dbb0c859bb7f3918a62b8dde9c7 muditaos/module-db/tests/test-initializer/CMakeLists.txt -rw-r--r-- 411 bytes
4ec11baf — Mateusz Piesta [BH-675] Add TextSpinner 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if (NOT IS_SYMLINK "${CMAKE_BINARY_DIR}/sys/user")
    file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/sys/user")
endif()

add_catch2_executable(
    NAME
        db-initializer
    SRCS
        "${CMAKE_CURRENT_SOURCE_DIR}/unittest.cpp"
        "${CMAKE_CURRENT_SOURCE_DIR}/tests-main.cpp"
        
    LIBS
        module-sys
        iosyscalls
        module-db
    DEPS
        assets
        PurePhone-disk-img
)