backend_test: dont use glw3 loader on main, add USE_DOCKING define

This commit is contained in:
Victor Bombi
2020-10-16 17:33:05 +02:00
parent c1a4efeb10
commit 64ed803093
3 changed files with 8 additions and 16 deletions

View File

@@ -75,6 +75,6 @@ target_link_libraries(cimgui_sdl ${IMGUI_LIBRARIES} ${IMGUI_SDL_LIBRARY})
#using library
include_directories(../generator/output/)
add_executable(test_sdl main.c ../imgui/examples/libs/gl3w/GL/gl3w.c)
add_executable(test_sdl main.c)
target_link_libraries(test_sdl ${IMGUI_SDL_LIBRARY} cimgui_sdl)