diff options
author | Shido <the.keikun@gmail.com> | 2014-05-17 17:42:40 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-05-30 09:20:04 +0800 |
commit | 05902619eb900472906b9cce38b276e3517d1719 (patch) | |
tree | ee24cadaad612c89969461e67d11184ba5c3879e /src/CMakeLists.txt | |
parent | aed877235088b6f1d27b6fd03813c2d59e8e13c1 (diff) | |
download | hercules-05902619eb900472906b9cce38b276e3517d1719.tar.gz hercules-05902619eb900472906b9cce38b276e3517d1719.tar.bz2 hercules-05902619eb900472906b9cce38b276e3517d1719.tar.xz hercules-05902619eb900472906b9cce38b276e3517d1719.zip |
Removed CMakeLists.txt (Thanks to Haruna)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt deleted file mode 100644 index 0c120f99a..000000000 --- a/src/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ - -# -# setup and static libraries -# -add_subdirectory( common ) -if( HAVE_common_sql ) - option( BUILD_SQL_SERVERS "build sql server executables" ON ) -else() - message( STATUS "Disabled sql server targets (requires common_sql)" ) -endif() - - -# -# targets -# -add_subdirectory( login ) -add_subdirectory( char ) -add_subdirectory( map ) -add_subdirectory( tool ) -add_subdirectory( plugins ) |