CMake config file now points to the correct root include directory

This commit is contained in:
Mike Lester 2020-04-08 10:34:04 +10:00
parent a24a5e5947
commit d44f0e4c3a

View file

@ -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@")