Advertisement
Ancurio

Untitled

Sep 29th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 386452d..d423357 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -51,6 +51,7 @@ IF(LINUX)
  6.  elseif(APPLE)
  7.     SET(BIN_RPATH "@executable_path/../Frameworks")
  8.     set(LIB_PATH "lib")
  9. +   set(SYSTEM_LIBRARIES "-liconv")
  10.  endif()
  11.  
  12.  set(CMAKE_SKIP_BUILD_RPATH TRUE)
  13. @@ -417,6 +418,7 @@ target_link_libraries(${PROJECT_NAME}
  14.     ${FLUID_LIBRARIES}
  15.     ${OPENAL_LIBRARY}
  16.     ${ZLIB_LIBRARY}
  17. +   ${SYSTEM_LIBRARIES}
  18.  
  19.     ${PLATFORM_LIBRARIES}
  20.  )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement