diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fa3769f8fd..40451f99d33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -784,7 +784,9 @@ if (USE_RETRO_ACHIEVEMENTS) add_subdirectory(Externals/rcheevos) endif() -add_subdirectory(Externals/watcher) +dolphin_find_optional_system_library_pkgconfig( + WATCHER watcher watcher Externals/watcher +) if(WIN32 OR LINUX) add_subdirectory(Externals/cpp-ipc)