lib: add dearimgui lib
parent
a6a419fdff
commit
e7c4b2d56b
|
@ -0,0 +1,3 @@
|
|||
[submodule "lib/imgui"]
|
||||
path = lib/imgui
|
||||
url = https://github.com/ocornut/imgui/
|
|
@ -1,2 +1,3 @@
|
|||
add_subdirectory(glad)
|
||||
add_subdirectory(glm)
|
||||
add_subdirectory(imgui)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6addf28c4b5d8fd109a6db73bed6436952b230b2
|
|
@ -5,5 +5,5 @@ set(SOURCE_FILES main.cpp chunk.cpp chunkmanager.cpp chunkmesher.cpp chunkgenera
|
|||
|
||||
add_executable(OpenGLTest ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(OpenGLTest glfw tbb glad glm)
|
||||
target_link_libraries(OpenGLTest glfw tbb glad glm imgui)
|
||||
install(TARGETS OpenGLTest DESTINATION ${DIVISIBLE_INSTALL_BIN_DIR})
|
||||
|
|
Loading…
Reference in New Issue