1
0
Fork 0

CMake: Removed unused legacy LibEvent target.

This commit is contained in:
Mattes D 2015-06-03 10:42:31 +02:00
parent df426abdc5
commit ec4bbe4cc7
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ add_subdirectory(lib/sqlite/)
add_subdirectory(lib/SQLiteCpp/)
add_subdirectory(lib/expat/)
add_subdirectory(lib/luaexpat/)
add_subdirectory(lib/libevent/)
add_subdirectory(lib/libevent/ EXCLUDE_FROM_ALL)
# Add proper include directories so that SQLiteCpp can find SQLite3:
get_property(SQLITECPP_INCLUDES DIRECTORY "lib/SQLiteCpp/" PROPERTY INCLUDE_DIRECTORIES)