1include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) 2 3add_llvm_component_library(LLVMWebAssemblyInfo 4 WebAssemblyTargetInfo.cpp 5 6 LINK_COMPONENTS 7 MC 8 Support 9 10 ADD_TO_COMPONENT 11 WebAssembly 12 ) 13 14add_dependencies(LLVMWebAssemblyInfo WebAssemblyCommonTableGen) 15