Skip to content

Commit

Permalink
gici: install the executable as well
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 19, 2024
1 parent ea2682d commit 7ef52ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/gici/all/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install(TARGETS gici rtklib vikit_common svo fast
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
install(TARGETS gici_main RUNTIME DESTINATION bin)
install(DIRECTORY src/include/ DESTINATION include)
install(DIRECTORY src/third_party/fast/include/ DESTINATION include/gici/third_party)
install(DIRECTORY src/third_party/rtklib/include/ DESTINATION include/gici/third_party)
Expand Down

0 comments on commit 7ef52ee

Please sign in to comment.