More cache work, should be fully done for apps now

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-16 20:25:06 +03:00
parent d368760f78
commit f61710010d
5 changed files with 177 additions and 76 deletions

View File

@@ -91,6 +91,19 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(cpptrace)
FetchContent_Declare(
inotify-cpp
GIT_REPOSITORY https://github.com/erikzenker/inotify-cpp.git
GIT_TAG "v1.0.0"
GIT_SHALLOW 1
)
set(BUILD_EXAMPLE OFF)
set(BUILD_SHARED_LIBS OFF)
set(BUILD_STATIC_LIBS ON)
set(BUILD_TEST OFF)
set(USE_BOOST_FILESYSTEM OFF)
FetchContent_MakeAvailable(inotify-cpp)
add_subdirectory(vendor)
find_program(WAYLAND_SCANNER wayland-scanner REQUIRED)
@@ -222,6 +235,7 @@ target_link_libraries(waylight PRIVATE
msdfgen::msdfgen-ext
lunasvg::lunasvg
SQLiteCpp
inotify-cpp-static
m
dl