added make install function to cmake file
This commit is contained in:
		@@ -23,7 +23,6 @@ set(SOURCE
 | 
				
			|||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_executable(iprefresher  ${SOURCE})
 | 
					add_executable(iprefresher  ${SOURCE})
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
target_link_libraries(iprefresher ${CURL_LIBRARIES})
 | 
					target_link_libraries(iprefresher ${CURL_LIBRARIES})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install (TARGETS iprefresher DESTINATION bin)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user