From: Felix Fietkau Date: Sun, 9 Oct 2011 17:03:01 +0000 (+0200) Subject: add an install target X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=11bd51d22596cf26be9ba486d52ef336b4035cae add an install target --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a6e228a..8982a0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,3 +39,7 @@ ENDIF() ADD_EXECUTABLE(netifd ${SOURCES}) TARGET_LINK_LIBRARIES(netifd ${LIBS}) + +INSTALL(TARGETS netifd + RUNTIME DESTINATION sbin +)