diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-24 20:46:52 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-24 20:46:52 +0100 |
commit | a3be27ce7b045a22e53655fd7f639c9ddbe1f9c0 (patch) | |
tree | 4b7885e259aeba5eea20c21dcb124d5b2b13bd0f /scripts/lua/CMakeLists.txt | |
parent | f93b4c25242370982715e1a83c11e667b17f20af (diff) | |
parent | dd20c7f6148cc8b8b627028e25e817cc1cab063b (diff) | |
download | manaserv-a3be27ce7b045a22e53655fd7f639c9ddbe1f9c0.tar.gz manaserv-a3be27ce7b045a22e53655fd7f639c9ddbe1f9c0.tar.bz2 manaserv-a3be27ce7b045a22e53655fd7f639c9ddbe1f9c0.tar.xz manaserv-a3be27ce7b045a22e53655fd7f639c9ddbe1f9c0.zip |
Merge branch 'master' into lpc2012
Diffstat (limited to 'scripts/lua/CMakeLists.txt')
-rw-r--r-- | scripts/lua/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lua/CMakeLists.txt b/scripts/lua/CMakeLists.txt new file mode 100644 index 00000000..ba58be51 --- /dev/null +++ b/scripts/lua/CMakeLists.txt @@ -0,0 +1,7 @@ +SET (FILES + libmana-constants.lua + libmana.lua + npclib.lua + ) + +INSTALL(FILES ${FILES} DESTINATION ${PKG_DATADIR}/scripts/lua/) |