mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
c7e963edde
This makes the path consistent with Lagom in the next commit, so that the test binary doesn't need special cases for the two platforms.
9 lines
225 B
CMake
9 lines
225 B
CMake
set(TEST_SOURCES
|
|
TestFLACSpec.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibAudio LIBS LibAudio)
|
|
endforeach()
|
|
|
|
install(DIRECTORY ${FLAC_SPEC_TEST_PATH} DESTINATION usr/Tests/LibAudio/FLAC)
|