Added /usr/local/include as a system include directory
This commit is contained in:
parent
3fe7b41256
commit
218cd9ecfa
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@ endif ()
|
|||
add_subdirectory(dependencies/libcsptr/ EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(dependencies/dyncall/ EXCLUDE_FROM_ALL)
|
||||
|
||||
include_directories(SYSTEM /usr/local/include)
|
||||
|
||||
include_directories(
|
||||
/usr/local/include/
|
||||
dependencies/libcsptr/include/
|
||||
dependencies/dyncall/dyncall/
|
||||
dependencies/valgrind/include/
|
||||
|
|
Loading…
Add table
Reference in a new issue