Externals: add watcher, a library used to watch a filesystem location for changes

This commit is contained in:
iwubcode
2025-06-06 23:03:02 -05:00
parent bafe78203d
commit 8113399b68
5 changed files with 11 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
add_library(watcher INTERFACE IMPORTED GLOBAL)
set_target_properties(watcher PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/watcher/include
)
Vendored Submodule
+1