~aleteoryx/muditaos

ref: c69fde01d4d07cadb195c7febc32be8a875bc4de muditaos/module-apps/application-music-player/tests/CMakeLists.txt -rw-r--r-- 212 bytes
c69fde01 — Maciej Gibowicz [EGD-6630] Integration file indexer with music player 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
add_gtest_executable(
    NAME 
        app-music-player
    SRCS
        unittest.cpp
        unittest_songsmodel.cpp
    LIBS
        application-music-player
    INCLUDE
        ${CMAKE_CURRENT_LIST_DIR}/..
)