diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:56:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:58:15 -0400 |
commit | 92751910dc97f918a407dc14f295eeca4c64de90 (patch) | |
tree | 320dbd62e902e85328e00f7c2e626d2be72e25c4 /CMakeLists.txt | |
parent | 59a65b2bc579d0dc3e78cb2f90a0677fd6772341 (diff) |
Remove shader custom texture support
Too much added code for little benefit
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 c1987cb..99c539e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ 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-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_image.c stb_truetype.c syntax.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) else() set(SOURCES main.c) |