llvm/flang/lib/Sema/CMakeLists.txt

17 lines
232 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Support
)
if (MSVC)
set_source_files_properties(SemaExpr.cpp PROPERTIES COMPILE_FLAGS /bigobj)
endif()
add_clang_library(clangSema
Scope.cpp
Sema.cpp
SemaExpr.cpp
LINK_LIBS
clangBasic
)