summaryrefslogtreecommitdiff
path: root/Tests/LibGL/CMakeLists.txt
blob: 02e5440530f500c89e49df1d2e28d4660c1b440b (plain)
1
2
3
4
5
6
7
8
9
10
set(TEST_SOURCES
    TestAPI.cpp
    TestRender.cpp
)

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

install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)