ocarina/tests/core/tags/CMakeLists.txt

8 lines
148 B
CMake

Include(../../UnitTest.cmake)
function(tag_unit_test name)
unit_test(Core/Tags ${name} corelib ${corefiles})
endfunction()
tag_unit_test(Artist)