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

View File

@ -784,6 +784,8 @@ if (USE_RETRO_ACHIEVEMENTS)
add_subdirectory(Externals/rcheevos)
endif()
add_subdirectory(Externals/watcher)
########################################
# Pre-build events: Define configuration variables and write SCM info header
#