added make install function to cmake file
This commit is contained in:
parent
b599626bbf
commit
1375c3a258
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user