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

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