mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Linux) Fixed a Clang compile error.
This commit is contained in:
parent
0fdd169835
commit
8c32c5d28c
|
@ -328,7 +328,8 @@ else()
|
||||||
${FFMPEG_INCLUDE_DIRS}
|
${FFMPEG_INCLUDE_DIRS}
|
||||||
${FreeImage_INCLUDE_DIRS}
|
${FreeImage_INCLUDE_DIRS}
|
||||||
${FREETYPE_INCLUDE_DIRS}
|
${FREETYPE_INCLUDE_DIRS}
|
||||||
${PUGIXML_INCLUDE_DIRS})
|
${PUGIXML_INCLUDE_DIRS}
|
||||||
|
${SDL2_INCLUDE_DIR})
|
||||||
if(VLC_PLAYER)
|
if(VLC_PLAYER)
|
||||||
set(COMMON_INCLUDE_DIRS ${COMMON_INCLUDE_DIRS} ${VLC_INCLUDE_DIR})
|
set(COMMON_INCLUDE_DIRS ${COMMON_INCLUDE_DIRS} ${VLC_INCLUDE_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue