More cache work, should be fully done for apps now
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user