Newer
Older
minerva / Tests / LibDiff / CMakeLists.txt
@minerva minerva on 13 Jul 139 bytes Initial commit
set(TEST_SOURCES
    TestDiff.cpp
)

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