llvm/flang/lib/Sema/CMakeLists.txt
Stephane Chauveau ab1dbce5a4 [flang] after clang-format
Original-commit: flang-compiler/f18@7e464a7c33
Reviewed-on: https://github.com/flang-compiler/f18/pull/6
Tree-same-pre-rewrite: false
2018-02-09 10:09:20 +01:00

17 lines
233 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
if (MSVC)
set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
endif()
add_flang_library(flangSema
Scope.cpp
Sema.cpp
SemaExpr.cpp
LINK_LIBS
flangBasic
)