mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
9 lines
203 B
CMake
9 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()
|