this repo has no description
0
fork

Configure Feed

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

Updated CMakeLists for demos and tests so they use the new GL libraries list for linking.

+2 -2
+1 -1
demos/CMakeLists.txt
··· 1 1 include_directories (${SDL_gpu_SOURCE_DIR}) 2 2 3 - set(DEMO_LIBS SDL_gpu) 3 + set(DEMO_LIBS SDL_gpu ${SDL_gpu_GL_LIBRARIES}) 4 4 5 5 if(MINGW) 6 6 set(DEMO_LIBS ${DEMO_LIBS} mingw32)
+1 -1
tests/CMakeLists.txt
··· 1 1 include_directories (${SDL_gpu_SOURCE_DIR}) 2 2 include_directories (${SDL_gpu_SOURCE_DIR}/common) 3 3 4 - set(TEST_LIBS test-common SDL_gpu) 4 + set(TEST_LIBS test-common SDL_gpu ${SDL_gpu_GL_LIBRARIES}) 5 5 6 6 if(MINGW) 7 7 set(TEST_LIBS ${TEST_LIBS} mingw32)