summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-02-24 22:12:44 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-02-24 22:15:53 +0100
commit3947c9c39bee55ce12fdafd7ee5df3fdbbd4ee34 (patch)
tree3bf17e2637f1a1e7f016f37111c53795d2d45010
parentad18a660d2bf47cce8f73ce759f2c96d10a123ff (diff)
downloadmanaserv-3947c9c39bee55ce12fdafd7ee5df3fdbbd4ee34.tar.gz
manaserv-3947c9c39bee55ce12fdafd7ee5df3fdbbd4ee34.tar.xz
manaserv-3947c9c39bee55ce12fdafd7ee5df3fdbbd4ee34.zip
Fixed installation of Lua scripts
The 'scripts' subfolder was not added to the toplevel CMakeLists.txt
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30124fb..411a7ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,4 +53,5 @@ ELSE (WIN32)
ENDIF (WIN32)
ADD_SUBDIRECTORY(libs/enet)
+ADD_SUBDIRECTORY(scripts)
ADD_SUBDIRECTORY(src)