14 lines
236 B
CMake
14 lines
236 B
CMake
|
|
add_flang_unittest(FlangFrontendTests
|
||
|
|
CompilerInstanceTest.cpp
|
||
|
|
InputOutputTest.cpp
|
||
|
|
PrintPreprocessedTest.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
target_link_libraries(FlangFrontendTests
|
||
|
|
PRIVATE
|
||
|
|
clangBasic
|
||
|
|
flangFrontend
|
||
|
|
flangFrontendTool
|
||
|
|
FortranParser
|
||
|
|
)
|