Move all to deprecated folder.
This commit is contained in:
15
deprecated/3P/ubus/ubus/builders/cmake/CMakeLists.txt
Normal file
15
deprecated/3P/ubus/ubus/builders/cmake/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
||||
project (ubuscli)
|
||||
|
||||
include (libubus)
|
||||
include (libubox)
|
||||
|
||||
add_executable (ucli ../../../cli.c)
|
||||
|
||||
add_dependencies (ucli ubus)
|
||||
|
||||
target_link_libraries (ucli
|
||||
LINK_PUBLIC
|
||||
ubus
|
||||
)
|
||||
Reference in New Issue
Block a user