X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=lua%2FCMakeLists.txt;h=e4821bf7fa4ffe0b59164d50aa0dfb0008cab041;hb=a15a09aed4f72424e5533375cb8de0763fb2ea31;hp=b4fa4d9e83c0f8ceeddb65265fb9802a6cc249b8;hpb=80d64827e9238a883c9d5b8c7fc404accf3f743a;p=project%2Fubus.git diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index b4fa4d9..e4821bf 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -16,6 +16,7 @@ IF(NOT LUA_CFLAGS) ENDIF() ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I.. ${LUA_CFLAGS}) +INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..) LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..) IF(APPLE)