ladybird/Tests/LibCpp/CMakeLists.txt

9 lines
175 B
CMake
Raw Normal View History

set(TEST_SOURCES
test-cpp-parser.cpp
test-cpp-preprocessor.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCpp LIBS LibCpp)
endforeach()