X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=51b97dfc961f9134e3b2762221ecb88bafd0d800;hp=8727f355e2950edde324c7a2d3860679e4849ed8;hb=79b56268b46ea2eaf7f79af7a64c57e2be37636a;hpb=e4027a6327844706b3205e6fcf86d2be3b892571;ds=inline diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 8727f35..51b97df 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -17,3 +17,6 @@ TARGET_LINK_LIBRARIES(blobmsg-example ubox blobmsg_json json) ADD_EXECUTABLE(ustream-example ustream-example.c) TARGET_LINK_LIBRARIES(ustream-example ubox) +ADD_EXECUTABLE(runqueue-example runqueue-example.c) +TARGET_LINK_LIBRARIES(runqueue-example ubox) +