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/map/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/map/CMakeLists.txt')
-rw-r--r-- | src/map/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/map/CMakeLists.txt b/src/map/CMakeLists.txt deleted file mode 100644 index 51c3538ef..000000000 --- a/src/map/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ - -# -# setup -# -set( MAP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "" ) -set( SQL_MAP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "" ) - - -# -# targets -# -add_subdirectory( sql ) |