Externals: add watcher, a library used to watch a filesystem location for changes
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
add_library(watcher INTERFACE IMPORTED GLOBAL)
|
||||
set_target_properties(watcher PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/watcher/include
|
||||
)
|
||||
+1
Submodule Externals/watcher/watcher added at b03bdcfc11
Reference in New Issue
Block a user