summaryrefslogtreecommitdiff
path: root/Tests/LibPDF/CMakeLists.txt
blob: f8769e09053ade4197579bfebb2054ac99775978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(TEST_SOURCES
    TestPDF.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibPDF LIBS LibCore LibPDF)
endforeach()

install(
    FILES "../../Base/home/anon/Documents/pdf/complex.pdf"
          "../../Base/home/anon/Documents/pdf/linearized.pdf"
          "../../Base/home/anon/Documents/pdf/non-linearized.pdf"
    DESTINATION usr/Tests/LibPDF)