]> git.pld-linux.org Git - packages/libprojectM.git/blob - test-link.patch
- updated to 2.0.1
[packages/libprojectM.git] / test-link.patch
1 diff -ur projectM-complete-2.1.0-Source/src/projectM-test/CMakeLists.txt projectM-complete-2.1.0-Source-gl/src/projectM-test/CMakeLists.txt
2 --- projectM-complete-2.1.0-Source/src/projectM-test/CMakeLists.txt     2012-05-20 05:43:26.000000000 +0200
3 +++ projectM-complete-2.1.0-Source-gl/src/projectM-test/CMakeLists.txt  2017-03-11 23:16:53.922207194 +0100
4 @@ -38,8 +38,8 @@
5  INCLUDE_DIRECTORIES(${PROJECTM_INCLUDE} ${SDL_INCLUDE_DIR} ${GTK_INCLUDE_DIR})
6  LINK_DIRECTORIES(${PROJECTM_LINK})
7  
8 -TARGET_LINK_LIBRARIES(projectM-test projectM  ${SDL_LIBRARY})
9 -TARGET_LINK_LIBRARIES(projectM-test-memleak projectM  ${SDL_LIBRARY} )
10 -TARGET_LINK_LIBRARIES(projectM-test-texture projectM  ${SDL_LIBRARY} )
11 +TARGET_LINK_LIBRARIES(projectM-test projectM  ${SDL_LIBRARY} ${OPENGL_LIBRARIES} )
12 +TARGET_LINK_LIBRARIES(projectM-test-memleak projectM  ${SDL_LIBRARY} ${OPENGL_LIBRARIES} )
13 +TARGET_LINK_LIBRARIES(projectM-test-texture projectM  ${SDL_LIBRARY} ${OPENGL_LIBRARIES} )
14  
15  INSTALL(TARGETS projectM-test projectM-test-texture DESTINATION ${CMAKE_INSTALL_PREFIX}/bin )
This page took 0.128929 seconds and 3 git commands to generate.