rename listener to ubus-example
This commit is contained in:
parent
4864ab6397
commit
4534209ea8
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,7 +6,7 @@ CMakeFiles
|
|||
*.so
|
||||
*.dylib
|
||||
ubus.sock
|
||||
listener
|
||||
ubus-example
|
||||
ubusd
|
||||
ubus
|
||||
install_manifest.txt
|
||||
|
|
|
@ -18,8 +18,8 @@ ADD_EXECUTABLE(cli cli.c)
|
|||
SET_TARGET_PROPERTIES(cli PROPERTIES OUTPUT_NAME ubus)
|
||||
TARGET_LINK_LIBRARIES(cli ubus ubox json)
|
||||
|
||||
ADD_EXECUTABLE(listener listener.c)
|
||||
TARGET_LINK_LIBRARIES(listener ubus ubox)
|
||||
ADD_EXECUTABLE(ubus-example ubus-example.c)
|
||||
TARGET_LINK_LIBRARIES(ubus-example ubus ubox)
|
||||
|
||||
SET(CMAKE_INSTALL_PREFIX /usr)
|
||||
|
||||
|
|
Loading…
Reference in a new issue