diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 15:48:40 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-10 15:48:40 +0000 |
commit | d7db01919bcbd02164b3a7244e04fc023cfeb7a5 (patch) | |
tree | 9f1b4798317af909d69605abab17d970b31e14c0 | |
parent | f817e3714747b39a364e99c536e0b802b24fd2c3 (diff) | |
download | hercules-d7db01919bcbd02164b3a7244e04fc023cfeb7a5.tar.gz hercules-d7db01919bcbd02164b3a7244e04fc023cfeb7a5.tar.bz2 hercules-d7db01919bcbd02164b3a7244e04fc023cfeb7a5.tar.xz hercules-d7db01919bcbd02164b3a7244e04fc023cfeb7a5.zip |
reverting unintended change in r14897 (3rdparty line removed)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14898 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1163ccddb..d8187627a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,4 +285,5 @@ endif() # # subdirectories # +add_subdirectory( 3rdparty ) add_subdirectory( src ) |