From d44f0e4c3a528f59e6ba41843b3e3be2485a9f93 Mon Sep 17 00:00:00 2001 From: Mike Lester Date: Wed, 8 Apr 2020 10:34:04 +1000 Subject: [PATCH] CMake config file now points to the correct root include directory --- CMakeModules/Templates/LibWebRTCConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/Templates/LibWebRTCConfig.cmake.in b/CMakeModules/Templates/LibWebRTCConfig.cmake.in index b582e1a..dcdd6c5 100644 --- a/CMakeModules/Templates/LibWebRTCConfig.cmake.in +++ b/CMakeModules/Templates/LibWebRTCConfig.cmake.in @@ -36,7 +36,7 @@ set(LIBWEBRTC_TARGET_OS "@TARGET_OS@") set(LIBWEBRTC_TARGET_CPU "@TARGET_CPU@") # Include directory -set(LIBWEBRTC_INCLUDE_DIRS "@INSTALL_INCLUDE_DIR@") +set(LIBWEBRTC_INCLUDE_DIRS "@INSTALL_INCLUDE_DIR@/webrtc") # Libraries directory set(LIBWEBRTC_LIBRARY_DIRS "@INSTALL_LIB_DIR@")