mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
CMake config file now points to the correct root include directory
This commit is contained in:
parent
a24a5e5947
commit
d44f0e4c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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@")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue