Skip to content

Commit

Permalink
Fix CMakeInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 6, 2024
1 parent fb42faa commit 307ba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (UIMGUI_INSTALL)
install(TARGETS UntitledOpen
LIBRARY DESTINATION lib/
ARCHIVE DESTINATION lib/)
install(FILES UntitledOpen.h Common.h DESTINATION include/UntitledOpen)
install(FILES UntitledOpen.hpp Common.h DESTINATION include/UntitledOpen)
install(FILES C/CUntitledOpen.h DESTINATION include/UntitledOpen/C)
install(FILES ${PROJECT_BINARY_DIR}/UntitledOpen.pc
DESTINATION lib/pkgconfig/)
Expand Down

0 comments on commit 307ba23

Please sign in to comment.