mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
10 lines
203 B
CMake
10 lines
203 B
CMake
set(TEST_SOURCES
|
|
TestWav.cpp
|
|
TestFLACSpec.cpp
|
|
TestPlaybackStream.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibAudio LIBS LibAudio LibFileSystem)
|
|
endforeach()
|