diff options
author | Mattes D <github@xoft.cz> | 2015-06-03 10:42:31 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-06-03 10:42:31 +0200 |
commit | ec4bbe4cc7ddbe71f9ccfc87dbec3b169c54a90c (patch) | |
tree | af63ab6eb439784793e77979b3d11f5f8295dbf0 /CMakeLists.txt | |
parent | CMake: Put projects into solution folders in MSVC. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |