Skip to content

Commit

Permalink
[cmake] build guilib with gif - TODO: add gif detection
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnipex authored and FernetMenta committed Dec 11, 2015
1 parent 53e4f21 commit 92bb3c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbmc/guilib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ if(GLES_FOUND)
GUIShader.cpp)
endif()

if(GIF_FOUND)
list(APPEND SOURCES Gif.cpp)
endif()

if(WIN32)
list(APPEND SOURCES D3DResource.cpp
GUIFontTTFDX.cpp
Expand Down

0 comments on commit 92bb3c8

Please sign in to comment.