projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c51bf
)
add main directory to include path
author
Thomas Gstädtner
<thomas@gstaedtner.net>
Sun, 3 Mar 2013 15:20:13 +0000
(16:20 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Mar 2013 18:17:19 +0000
(19:17 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e3968c874c9cd8a336d349d0387a947fd0de672b..2a72012473bc54d2eb17ad066df091cff39e0078 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-11,6
+11,8
@@
OPTION(BUILD_LUA "build Lua binding" ON)
CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/uci_config.h.in ${CMAKE_SOURCE_DIR}/uci_config.h )
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
+
SET(LIB_SOURCES libuci.c file.c util.c delta.c parse.c)
ADD_LIBRARY(uci SHARED ${LIB_SOURCES})