this repo has no description
0
fork

Configure Feed

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

Fix linking for tools under mingw32.

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