diff options
author | shennetsind <ind@henn.et> | 2013-05-02 18:18:52 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-05-02 18:18:52 -0300 |
commit | 430ff860079e70039f0b67910976f2c111a92570 (patch) | |
tree | 23462b57304fbe9222ef9d26f341a604068dcb28 /CMakeLists.txt | |
parent | 4dbe6ac4e8ae91249848777b2127049318107c4c (diff) | |
download | hercules-430ff860079e70039f0b67910976f2c111a92570.tar.gz hercules-430ff860079e70039f0b67910976f2c111a92570.tar.bz2 hercules-430ff860079e70039f0b67910976f2c111a92570.tar.xz hercules-430ff860079e70039f0b67910976f2c111a92570.zip |
Follow up a2c45a8db6d724b98ab41fe9e75e1f7ea7523d5d
Missing CMakeLists.txt edit, removed unnecessary check on the sample plugin
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ae227aae..883920817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -493,6 +493,7 @@ set( RUNTIME_DIRECTORIES "doc" "log" "npc" + "plugins" "sql-files" "tools" ) |