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

This commit is contained in:
iwubcode
2024-07-04 17:34:14 -05:00
parent bafe78203d
commit 8113399b68
5 changed files with 11 additions and 0 deletions

4
Externals/watcher/CMakeLists.txt vendored Normal file
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
)