Newer
Older
minerva / Tests / LibGLSL / CMakeLists.txt
@minerva minerva on 13 Jul 142 bytes Initial commit
set(TEST_SOURCES
    test-parser.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    minerva_test("${source}" LibGLSL LIBS LibGLSL)
endforeach()