projects
/
oweals
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095b105
)
rpcd: CMake: fix out of tree builds
author
Alexander Couzens
<lynxis@fe80.eu>
Thu, 10 Oct 2013 04:30:31 +0000
(06:30 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 10 Oct 2013 12:19:01 +0000
(12:19 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 8c0a4ef4f78d18bdcec0f7ae43fc047017844dce..4cef7d6ab67558191e451c9c77e60d6173ecef90 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-3,7
+3,8
@@
cmake_minimum_required(VERSION 2.6)
INCLUDE(CheckFunctionExists)
PROJECT(rpcd C)
-ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations -Iinclude)
+ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations)
+INCLUDE_DIRECTORIES(include)
OPTION(FILE_SUPPORT "File plugin support" ON)
OPTION(IWINFO_SUPPORT "libiwinfo plugin support" ON)