Work around check_lib not finding iconv.

This commit is contained in:
Ryan Houdek
2013-08-29 05:40:16 -05:00
parent 160d72a9ae
commit cb8e7a1be5
2 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,5 @@
set(LIBS core
${LZO}
iconv
discio
bdisasm
inputcommon
@ -9,6 +8,11 @@ set(LIBS core
z
sfml-network
${GTK2_LIBRARIES})
if(NOT ICONV)
set(LIBS ${LIBS} iconv)
endif()
if(NOT ANDROID)
if(USE_X11)
set(LIBS ${LIBS} ${X11_LIBRARIES}