Skip to content

Commit

Permalink
Install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 27, 2021
1 parent ecdd40e commit 7004c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ aux_source_directory("./src" SRC_LIST)
add_executable(${PROJECT_NAME} ${SRC_LIST})

target_link_libraries(${PROJECT_NAME} ${GDAL_LIBRARY})

install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)

0 comments on commit 7004c14

Please sign in to comment.