Newer
Older
minerva / Tests / LibURL / CMakeLists.txt
@minerva minerva on 13 Jul 144 bytes Initial commit
set(URL_TEST_SOURCES
    TestURL.cpp
)

foreach(source IN LISTS URL_TEST_SOURCES)
    minerva_test("${source}" LibURL LIBS LibURL)
endforeach()