1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:27:42 +00:00
serenity/Tests/LibGL/CMakeLists.txt
2022-12-17 22:39:09 -07:00

11 lines
254 B
CMake

set(TEST_SOURCES
TestAPI.cpp
TestRender.cpp
TestShaders.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibGL LIBS LibCore LibGfx LibGL)
endforeach()
install(DIRECTORY reference-images DESTINATION usr/Tests/LibGL)