From 0ffcb6652655d60fa9deef41533c8928e584d50f Mon Sep 17 00:00:00 2001 From: jpark37 Date: Wed, 19 May 2021 19:17:37 -0700 Subject: [PATCH] graphics-hook: Add Detours include dir --- plugins/win-capture/graphics-hook/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/win-capture/graphics-hook/CMakeLists.txt b/plugins/win-capture/graphics-hook/CMakeLists.txt index 8c1674eab..ca42b6fc6 100644 --- a/plugins/win-capture/graphics-hook/CMakeLists.txt +++ b/plugins/win-capture/graphics-hook/CMakeLists.txt @@ -51,6 +51,7 @@ add_library(graphics-hook MODULE ${graphics-hook_HEADERS}) target_include_directories(graphics-hook PUBLIC + ${DETOURS_INCLUDE_DIR} "${CMAKE_BINARY_DIR}/plugins/win-capture/graphics-hook/config") target_link_libraries(graphics-hook