mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 20:43:54 -04:00
ccdfa01a88
* add the imgui library * use third-party glfw include * another try at includes * again * another try
10 lines
212 B
CMake
Vendored
Generated
10 lines
212 B
CMake
Vendored
Generated
|
|
add_library(imgui SHARED
|
|
imgui.cpp
|
|
imgui_draw.cpp
|
|
imgui_tables.cpp
|
|
imgui_widgets.cpp
|
|
imgui_impl_glfw.cpp
|
|
imgui_impl_opengl3.cpp)
|
|
|
|
target_link_libraries(imgui glfw) |