this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing GL symbols in tools.

+5 -1
+5 -1
tools/CMakeLists.txt
··· 2 2 include_directories (${SDL_gpu_SOURCE_DIR}/common) 3 3 link_directories (${SDL_gpu_SOURCE_DIR}/src) 4 4 5 - set(TOOL_LIBS test-common SDL_gpu) 5 + set(TOOL_LIBS test-common SDL_gpu ${SDL_gpu_GL_LIBRARIES}) 6 + 7 + if(MINGW) 8 + set(DEMO_LIBS ${DEMO_LIBS} mingw32) 9 + endif(MINGW) 6 10 7 11 add_executable(compare-images compare-images-src/main.c) 8 12 target_link_libraries (compare-images ${TOOL_LIBS})