Skip to content

Commit

Permalink
Add missing DebugGUI path when installing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jun 4, 2021
1 parent 02a2d2b commit a6e4422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DebugGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ install(TARGETS DebugGUI
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/DebugGUI
)

install(TARGETS ${GLFW_TESTS} ImGUIHeadless
Expand Down

0 comments on commit a6e4422

Please sign in to comment.