X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=CMakeLists.txt;h=f9decc6ac83e6c1cae9886b8c55202482d65b4dd;hp=e846ceb3171253716b23b7375596aa65daf6ad55;hb=a6a745338cd004a88edaaace5ca145a4411cdda9;hpb=9d8e1fe4857c1c3e8f1a2e2ae59ef9c4790adb39 diff --git a/CMakeLists.txt b/CMakeLists.txt index e846ceb..f9decc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,9 +25,6 @@ TARGET_LINK_LIBRARIES(cli uci) ADD_LIBRARY(ucimap STATIC ucimap.c) -ADD_EXECUTABLE(ucimap-example ucimap-example.c) -TARGET_LINK_LIBRARIES(ucimap-example uci ucimap) - ADD_SUBDIRECTORY(lua) INSTALL(FILES uci.h uci_config.h uci_blob.h ucimap.h