Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Updated libs for Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchoude committed Oct 25, 2014
1 parent cb0140a commit 22e6049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -222,7 +222,7 @@ ELSE(APPLE)
execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory ${PROJECT_SOURCE_DIR}/icons ${CMAKE_BINARY_DIR}/bin/${BUILD_TYPE}/icons)
ENDFOREACH(BUILD_TYPE ${CMAKE_BUILD_TYPE})
ELSE(WIN32)
TARGET_LINK_LIBRARIES( ${target} ${GLEW_LIBRARY} ${wxWidgets_LIBRARIES} wx_gtk2u_gl-2.8 libGL.so libz.so libGLU.so )
TARGET_LINK_LIBRARIES( ${target} ${GLEW_LIBRARY} ${wxWidgets_LIBRARIES} wx_gtk2u_gl-3.0 libGL.so libz.so libGLU.so )
execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/GLSL ${CMAKE_BINARY_DIR}/bin/GLSL)
execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/icons ${CMAKE_BINARY_DIR}/bin/icons)
ENDIF(WIN32)
Expand Down

0 comments on commit 22e6049

Please sign in to comment.