mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Include glib as system includes, to get rid of annoying glib warnings in gcc
This commit is contained in:
parent
1f4a6008b8
commit
49d19be9c8
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ include_directories (
|
||||||
${CMAKE_SOURCE_DIR}/include
|
${CMAKE_SOURCE_DIR}/include
|
||||||
${CMAKE_BINARY_DIR}/include
|
${CMAKE_BINARY_DIR}/include
|
||||||
${PTHREADS_INCLUDE_DIR}
|
${PTHREADS_INCLUDE_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
|
include_directories (
|
||||||
|
SYSTEM
|
||||||
${GLIB_INCLUDEDIR}
|
${GLIB_INCLUDEDIR}
|
||||||
${GLIB_INCLUDE_DIRS}
|
${GLIB_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue