Skip to content

Commit 2aba0ce

Browse files
committed
Add install target
1 parent 03fe35b commit 2aba0ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ target_link_libraries(nearby-point
9494
PkgConfig::POSTAL
9595
PkgConfig::SQLITE3)
9696

97+
# install
98+
install(TARGETS geocoder-importer
99+
DESTINATION ${CMAKE_INSTALL_BINDIR})
100+
97101
# summary
98102
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
99103

0 commit comments

Comments
 (0)