14 lines
236 B

add_flang_unittest(FlangFrontendTests
CompilerInstanceTest.cpp
InputOutputTest.cpp
PrintPreprocessedTest.cpp
)
target_link_libraries(FlangFrontendTests
PRIVATE
clangBasic
flangFrontend
flangFrontendTool
FortranParser
)