Skip to content
Snippets Groups Projects
Commit d368babe authored by callum_linden's avatar callum_linden
Browse files

Make VS2013 look inside include/cef folder for headers

parent 0fe901d6
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ else (USESYSTEMLIBS) ...@@ -9,6 +9,7 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(cef) use_prebuilt_binary(cef)
set(CEFPLUGIN ON CACHE BOOL set(CEFPLUGIN ON CACHE BOOL
"CEFPLUGIN support for the llplugin/llmedia test apps.") "CEFPLUGIN support for the llplugin/llmedia test apps.")
set(CEF_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/cef)
endif (USESYSTEMLIBS) endif (USESYSTEMLIBS)
if (WINDOWS) if (WINDOWS)
......
...@@ -24,6 +24,7 @@ include_directories( ...@@ -24,6 +24,7 @@ include_directories(
${LLIMAGE_INCLUDE_DIRS} ${LLIMAGE_INCLUDE_DIRS}
${LLRENDER_INCLUDE_DIRS} ${LLRENDER_INCLUDE_DIRS}
${LLWINDOW_INCLUDE_DIRS} ${LLWINDOW_INCLUDE_DIRS}
${CEF_INCLUDE_DIR}
) )
include_directories(SYSTEM include_directories(SYSTEM
${LLCOMMON_SYSTEM_INCLUDE_DIRS} ${LLCOMMON_SYSTEM_INCLUDE_DIRS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment