From e00f3a9ede1b8e46b480bd68daf48da0bb08acae Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Thu, 4 Sep 2025 01:11:11 +0200 Subject: Initial --- src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..483bc0c --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file was automatically generated for projects +# without default 'CMakeLists.txt' file. + +FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*) + +idf_component_register(SRCS ${app_sources}) -- cgit v1.2.3 : neovim
My Neovim ConfigurationFilip Wandzio <contact@philw.dev>
aboutsummaryrefslogtreecommitdiffstats
path: root/lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-20update initphilw1-0/+3
2024-10-06Enable terminal toggle keybindphilw1-1/+2
2024-05-10Enable lspsaga's floating window opacityphilw1-0/+3
2024-05-07Update colorschemephajw1-9/+23
2024-05-07Increase document traversal speedphajw1-5/+11
2024-04-30Update readmephilw1-1/+2