X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=blobdiff_plain;f=CMakeLists.txt;h=ee7d91de2266c39e4e611c209ec065f0150ad691;hp=f8ad551f92c77108b66c83907e5063cb426382c1;hb=81fdb8fdf1470e1c7bf3124ff20d17feaeb519ee;hpb=131a36634ca800b377a212c5e14527d0ee0f7222 diff --git a/CMakeLists.txt b/CMakeLists.txt index f8ad551..ee7d91d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ TARGET_LINK_LIBRARIES(uclient-fetch uclient) INSTALL(FILES uclient.h uclient-utils.h DESTINATION include/libubox ) -INSTALL(TARGETS uclient +INSTALL(TARGETS uclient uclient-fetch LIBRARY DESTINATION lib + RUNTIME DESTINATION bin )