From 3947c9c39bee55ce12fdafd7ee5df3fdbbd4ee34 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 24 Feb 2013 22:12:44 +0100 Subject: Fixed installation of Lua scripts The 'scripts' subfolder was not added to the toplevel CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit