Make VS2013 look inside include/cef folder for headers

master
callum_linden 2015-03-25 16:16:51 -07:00
parent 0fe901d67e
commit d368babe7c
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(cef)
set(CEFPLUGIN ON CACHE BOOL
"CEFPLUGIN support for the llplugin/llmedia test apps.")
set(CEF_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/cef)
endif (USESYSTEMLIBS)
if (WINDOWS)

View File

@ -24,6 +24,7 @@ include_directories(
${LLIMAGE_INCLUDE_DIRS}
${LLRENDER_INCLUDE_DIRS}
${LLWINDOW_INCLUDE_DIRS}
${CEF_INCLUDE_DIR}
)
include_directories(SYSTEM
${LLCOMMON_SYSTEM_INCLUDE_DIRS}