aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Custom
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-23 22:48:35 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-23 22:48:35 +0200
commit84e6af26e62eab87f94d2889943590d088f2ab65 (patch)
tree12238630eaccd03a9c64219f9ce650b0cb04e51e /src/server/scripts/Custom
parent7b832135218d58322c7fa93defb3dbc0a68b3fbd (diff)
parent6949735098144e478451e73179ca2d9c6e7344f7 (diff)
Merge pull request #11976 from Ascathor/master
Core/Misc: New ability to log account IP access history
Diffstat (limited to 'src/server/scripts/Custom')
-rw-r--r--src/server/scripts/Custom/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/scripts/Custom/CMakeLists.txt b/src/server/scripts/Custom/CMakeLists.txt
index 78db719ae6e..80ebe36b555 100644
--- a/src/server/scripts/Custom/CMakeLists.txt
+++ b/src/server/scripts/Custom/CMakeLists.txt
@@ -8,8 +8,11 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# file(GLOB_RECURSE sources_Custom Custom/*.cpp Custom/*.h)
+
set(scripts_STAT_SRCS
${scripts_STAT_SRCS}
+# ${sources_Custom}
)
message(" -> Prepared: Custom")