Files
clang-p2996/llvm/lib/Target/WebAssembly/TargetInfo/CMakeLists.txt
Reid Kleckner b3a6d096d7 Fix shlib builds for all lib/Target/*/TargetInfo libs
They all must depend on MC now that the target registry is in MC.
Also fix llvm-cxxdump
2021-10-08 15:21:13 -07:00

15 lines
298 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_component_library(LLVMWebAssemblyInfo
WebAssemblyTargetInfo.cpp
LINK_COMPONENTS
MC
Support
ADD_TO_COMPONENT
WebAssembly
)
add_dependencies(LLVMWebAssemblyInfo WebAssemblyCommonTableGen)