mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
externals: allow using watcher header library from the system
* CMake/DolphinLibraryTools.cmake (dolphin_find_optional_system_library_include): New function. * CMakeLists.txt: Use it to locate the watcher header-only library.
This commit is contained in:
parent
aa45b7fe61
commit
3706d482b0
@ -786,7 +786,9 @@ if (USE_RETRO_ACHIEVEMENTS)
|
|||||||
add_subdirectory(Externals/rcheevos)
|
add_subdirectory(Externals/rcheevos)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(Externals/watcher)
|
dolphin_find_optional_system_library_pkgconfig(
|
||||||
|
WATCHER watcher watcher Externals/watcher
|
||||||
|
)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Pre-build events: Define configuration variables and write SCM info header
|
# Pre-build events: Define configuration variables and write SCM info header
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user