1
0
Fork 0

cNetwork: Fixed compilation in out-of-source builds.

This commit is contained in:
Mattes D 2015-01-13 14:44:03 +01:00
parent b59206207c
commit 5cc8d82a23
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ set(SQLITECPP_INCLUDES "${SQLITECPP_INCLUDES}" "${CMAKE_CURRENT_SOURCE_DIR}/lib/
set_property(DIRECTORY lib/SQLiteCpp/ PROPERTY INCLUDE_DIRECTORIES "${SQLITECPP_INCLUDES}")
set_property(TARGET SQLiteCpp PROPERTY INCLUDE_DIRECTORIES "${SQLITECPP_INCLUDES}")
# Add proper includes for LibEvent's event-config.h header:
include_directories(SYSTEM ${LIBEVENT_INCLUDE_DIRS})
if (WIN32)
add_subdirectory(lib/luaproxy/)
endif()