~aleteoryx/muditaos

ref: 0a0366bb7474f15400948d9209cdc19274ab0e5d muditaos/module-audio/Audio/test/CMakeLists.txt -rw-r--r-- 268 bytes
0a0366bb — Piotr Tanski [EGD-4267] Don't clean application windows if the application switch is not yet confirmed. (#1040) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
cmake_minimum_required(VERSION 3.12)
# audio tests

add_catch2_executable(
    NAME
        audio-test
    SRCS
        unittest_audio.cpp
    LIBS
        module-vfs module-audio
)

file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/testfiles" DESTINATION "${CMAKE_BINARY_DIR}")