Import ubus tools.

This commit is contained in:
2016-02-26 22:16:27 +01:00
parent 2c3ca52e41
commit 6bc8cdeef3
200 changed files with 23469 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 2.8.11)
ADD_DEFINITIONS(-DLINUX -DUSE_STACK_SIZE=102400)
ADD_DEFINITIONS(-DUSE_WEBSOCKET)
ADD_DEFINITIONS(-DUSE_WEBSOCKET)
ADD_DEFINITIONS(-DNO_CGI)
set(CIVETWEB_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/3P/civetweb/include")
include_directories(${CIVETWEB_INCLUDE_PATH})