summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-06-03 10:42:31 +0200
committerMattes D <github@xoft.cz>2015-06-03 10:42:31 +0200
commitec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c (patch)
treeaf63ab6eb439784793e77979b3d11f5f8295dbf0
parentCMake: Put projects into solution folders in MSVC. (diff)
downloadcuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar.gz
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar.bz2
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar.lz
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar.xz
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.tar.zst
cuberite-ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79c64fb19..81270438e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)