ladybird/Tests/LibPDF/CMakeLists.txt

19 lines
408 B
Text
Raw Normal View History

set(TEST_SOURCES
TestPDF.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibPDF LIBS LibCore LibPDF)
endforeach()
set(TEST_FILES
complex.pdf
encryption_nocopy.pdf
linearized.pdf
non-linearized.pdf
password-is-sup.pdf
type1.pdf
)
install(FILES ${TEST_FILES} DESTINATION home/anon/Documents/pdf)
install(FILES ${TEST_FILES} DESTINATION usr/Tests/LibPDF)