🔧 lsp-server: update CMakeLists
lsp-server ci / build-and-test (push) Failing after 21s
Details
lsp-server ci / build-and-test (push) Failing after 21s
Details
This commit is contained in:
parent
e4e7d4d5ae
commit
20b7d439b1
|
|
@ -45,7 +45,7 @@ set(SOURCES
|
|||
main.cc
|
||||
utils/args_parser.cppm
|
||||
utils/text_coordinates.cppm
|
||||
core/dispacther.cppm
|
||||
core/dispatcher.cppm
|
||||
core/server.cppm
|
||||
scheduler/async_executor.cppm
|
||||
language/symbol/internal/builder.cppm
|
||||
|
|
@ -148,7 +148,7 @@ target_sources(
|
|||
language/keyword/repo.cppm
|
||||
scheduler/async_executor.cppm
|
||||
${MANAGER_MODULES}
|
||||
core/dispacther.cppm
|
||||
core/dispatcher.cppm
|
||||
core/server.cppm
|
||||
${PROVIDER_MODULES})
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ target_sources(
|
|||
../../src/bridge/tree_sitter.cppm
|
||||
../../src/utils/string.cppm
|
||||
../../src/utils/text_coordinates.cppm
|
||||
../../src/core/dispacther.cppm
|
||||
../../src/core/dispatcher.cppm
|
||||
../../src/scheduler/async_executor.cppm
|
||||
../../src/manager/event_bus.cppm
|
||||
../../src/manager/events.cppm
|
||||
|
|
|
|||
Loading…
Reference in New Issue