mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Use relative paths for 3rdparty headers, don't add to search paths
* Unfortunately scintilla assumes its headers are all in the search path so where possible we only add those folders when compiling scintilla source, not our own.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "ScintillaSyntax.h"
|
||||
#include "SciLexer.h"
|
||||
#include "ScintillaEdit.h"
|
||||
#include "3rdparty/scintilla/include/SciLexer.h"
|
||||
#include "3rdparty/scintilla/include/qt/ScintillaEdit.h"
|
||||
|
||||
static const char *hlsl_keywords[2] = {
|
||||
// keyword set 0:
|
||||
|
||||
Reference in New Issue
Block a user