mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 05:08:31 +01:00
backend_test: dont use glw3 loader on main, add USE_DOCKING define
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user