cleaned up a comment

This commit is contained in:
seafork
2022-11-15 19:44:24 -05:00
committed by GitHub
parent a9a9fa4e9e
commit 08f24307b8

View File

@@ -71,7 +71,7 @@ find_package(glfw3 REQUIRED)
# set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE)
# set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
# set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
# add_subdirectory(${PROJECT_SOURCE_DIR}/deps/glfw)
# add_subdirectory(<path_to_glfw_source>)
add_library(cimgui SHARED ${IMGUI_SOURCES})