summaryrefslogtreecommitdiff
path: root/Tests/LibCpp/CMakeLists.txt
blob: 1dd7bbe63421c924462d1ee5f179f9b79f459c12 (plain)
1
2
3
4
5
6
7
8
set(TEST_SOURCES
    test-cpp-parser.cpp
    test-cpp-preprocessor.cpp
)

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