Skip to content

Commit

Permalink
change header install place
Browse files Browse the repository at this point in the history
  • Loading branch information
k-trash committed Sep 12, 2024
1 parent 8d0cee3 commit 39206ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ set_target_properties(serial_connect PROPERTIES
install(TARGETS serial_connect
EXPORT serial_connect-export
LIBRARY DESTINATION lib
INCLUDES DESTINATION include
PUBLIC_HEADER DESTINATION include
INCLUDES DESTINATION include/serial_connect
PUBLIC_HEADER DESTINATION include/serial_connect
)

install(EXPORT serial_connect-export
Expand Down

0 comments on commit 39206ad

Please sign in to comment.