Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongmin committed Sep 28, 2023
1 parent daff8c0 commit aa10cdb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,13 @@ add_library(cimgui SHARED ${IMGUI_SOURCES})
target_link_libraries(cimgui ${IMGUI_LIBRARIES} ${IMGUI_LINK_FLAGS})


install(FILES
${CMAKE_BINARY_DIR}/glfw/src/glfw3${CMAKE_SHARED_LIBRARY_SUFFIX}
DESTINATION .)
# install(FILES
# ${CMAKE_BINARY_DIR}/glfw/src/glfw3${CMAKE_SHARED_LIBRARY_SUFFIX}
# DESTINATION .)
install(
TARGETS glfw
LIBRARY DESTINATION .
)
install(TARGETS cimgui
RUNTIME DESTINATION .
LIBRARY DESTINATION .
Expand Down

0 comments on commit aa10cdb

Please sign in to comment.