Skip to content

Commit

Permalink
Merge pull request #93 from JetbladeDevsStuff/fix-install
Browse files Browse the repository at this point in the history
Fix include directory when installing
  • Loading branch information
tomghuang authored Mar 14, 2024
2 parents 30d6805 + 4ceaab9 commit 7e49a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ install(TARGETS argtable3
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)

install(FILES "${PROJECT_SOURCE_DIR}/src/argtable3.h"
Expand Down

0 comments on commit 7e49a73

Please sign in to comment.