diff options
author | pommicket <pommicket@gmail.com> | 2025-09-29 13:29:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-29 15:29:51 -0400 |
commit | 6c4baeebd88352399059a8df8d38ebe3511588ea (patch) | |
tree | 98db7bb4f36a47f8f9ac5a53dcb06e8cd19cf762 /CMakeLists.txt | |
parent | ec03a105ce7a6e396cfd287cbfe902d65bac1474 (diff) |
Start code actions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 99c539e..1896751 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.25) project(ted) if(CMAKE_BUILD_TYPE STREQUAL "Debug") set(SOURCES buffer.c build.c colors.c command.c config.c find.c gl.c ide-autocomplete.c - ide-document-link.c ide-definitions.c ide-format.c ide-highlights.c ide-hover.c + ide-document-link.c ide-definitions.c ide-format.c ide-highlights.c ide-hover.c ide-code-action.c ide-signature-help.c ide-usages.c ide-rename-symbol.c lsp.c lsp-json.c lsp-parse.c lsp-write.c main.c menu.c node.c os.c session.c stb_truetype.c syntax.c tags.c ted.c text.c ui.c util.c macro.c) |