Mercurial > hg > CbC > CbC_llvm
view mlir/tools/mlir-lsp-server/CMakeLists.txt @ 227:21e6aa2e49ef
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 19 Jul 2021 06:57:16 +0900 |
parents | 2e18cbf3894f |
children | c4bab56944e8 |
line wrap: on
line source
set(LLVM_OPTIONAL_SOURCES null.cpp ) get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS) get_property(conversion_libs GLOBAL PROPERTY MLIR_CONVERSION_LIBS) set(LLVM_LINK_COMPONENTS Core Support AsmParser ) if(MLIR_INCLUDE_TESTS) set(test_libs MLIRAffineTransformsTestPasses MLIRShapeTestPasses MLIRSPIRVTestPasses MLIRTestAnalysis MLIRTestDialect MLIRTestIR MLIRTestPass MLIRTestReducer MLIRTestRewrite MLIRTestTransforms ) endif() set(LIBS ${dialect_libs} ${conversion_libs} ${test_libs} MLIRLoopAnalysis MLIRAnalysis MLIRDialect MLIRLspServerLib MLIRParser MLIRPass MLIRTransforms MLIRTransformUtils MLIRSupport MLIRIR ) add_llvm_tool(mlir-lsp-server mlir-lsp-server.cpp DEPENDS ${LIBS} ) target_link_libraries(mlir-lsp-server PRIVATE ${LIBS}) llvm_update_compile_flags(mlir-lsp-server) mlir_check_all_link_libraries(mlir-lsp-server)