Files
swift-mirror/lib/SIL/Parser/CMakeLists.txt
Nate Chandler 4374b6b58f [Test] Moved test_spec parsing to SIL.
In preparation for moving unit test infrastructure there so that it can
be used anywhere the SIL library is used.
2023-07-04 11:51:36 -07:00

4 lines
77 B
CMake

target_sources(swiftSIL PRIVATE
ParseTestSpecification.cpp
ParseSIL.cpp)