diff options
author | Mattes D <github@xoft.cz> | 2014-10-24 09:13:39 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-24 09:13:39 +0200 |
commit | 190d34e2f7faf4889f097853872afc51499077ad (patch) | |
tree | ac92559e9b37492c4b0225fd7aa9972a0db4702e /CMakeLists.txt | |
parent | OSSupport/CMakeLists.txt: fixed indentation (diff) | |
parent | IniFile: Removed the problematic printf-like Set function. (diff) | |
download | cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.gz cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.bz2 cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.lz cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.xz cuberite-190d34e2f7faf4889f097853872afc51499077ad.tar.zst cuberite-190d34e2f7faf4889f097853872afc51499077ad.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 188cf81e3..66281fe0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,6 @@ set(SQLITECPP_BUILD_TESTS OFF CACHE BOOL "Build and run tests." set(SQLITECPP_INTERNAL_SQLITE OFF CACHE BOOL "Add the internal SQLite3 source to the project." FORCE) # Include all the libraries: -add_subdirectory(lib/inifile/) add_subdirectory(lib/jsoncpp/) add_subdirectory(lib/zlib/) add_subdirectory(lib/lua/) |