Add necessary dependency on SDL2 image

This commit is contained in:
Simon Fels 2017-05-03 07:57:33 +02:00
commit bcb00e31af
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ include_directories(
${DBUS_CPP_INCLUDE_DIRS}
${DBUS_INCLUDE_DIRS}
${SDL2_INCLUDE_DIRS}
${SDL2_IMAGE_INCLUDE_DIRS}
${LXC_INCLUDE_DIRS}
${MIRCLIENT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
@ -217,6 +218,8 @@ target_link_libraries(anbox-core
${DBUS_CPP_LIBRARIES}
${SDL2_LDFLAGS}
${SDL2_LIBRARIES}
${SDL2_IMAGE_LDFLAGS}
${SDL2_IMAGE_LIBRARIES}
${LXC_LDFLAGS}
${LXC_LIBRARIES}
${MIRCLIENT_LDFLAGS}