Move includes into subdirectory
This commit is contained in:
parent
b3a5c08e08
commit
e0afdb10ae
13 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
PROJECT(rpcd C)
|
||||
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations)
|
||||
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations -Iinclude)
|
||||
|
||||
OPTION(FILE_SUPPORT "File plugin support" ON)
|
||||
OPTION(LUCI2_SUPPORT "LuCI2 plugin support" ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue