unplugged-vendor/external/llvm-project/flang/unittests/Frontend/CMakeLists.txt

14 lines
236 B
CMake
Raw Permalink Normal View History

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