added make install function to cmake file

This commit is contained in:
max mustermann 2019-05-10 21:37:08 +02:00
parent b599626bbf
commit 1375c3a258

View File

@ -23,7 +23,6 @@ set(SOURCE
)
add_executable(iprefresher ${SOURCE})
target_link_libraries(iprefresher ${CURL_LIBRARIES})
target_link_libraries(iprefresher ${CURL_LIBRARIES})
install (TARGETS iprefresher DESTINATION bin)