X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=8982a0d565e30c1c74916e69ff7f4bad81a94624;hp=a6e228a05ec8b41c73ee4985340428f6b5784d73;hb=11bd51d22596cf26be9ba486d52ef336b4035cae;hpb=be8f32edac81aa4d5c24c1cfa109c23c48827997 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 +)