mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 12:21:23 +00:00
5 lines
163 B
Text
5 lines
163 B
Text
|
add_library(watcher INTERFACE IMPORTED GLOBAL)
|
||
|
set_target_properties(watcher PROPERTIES
|
||
|
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/watcher/include
|
||
|
)
|