From 0f41608ed4b808205dd8734bbc52de64f6501c98 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Sat, 31 Mar 2012 15:40:54 +0400 Subject: Pull console output support and REPL out of dfusion into core lib. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dde18db..60286c92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,6 +82,8 @@ SET(DFHACK_DATA_DESTINATION hack) SET(DFHACK_PLUGIN_DESTINATION hack/plugins) # dfhack header files go here: SET(DFHACK_INCLUDES_DESTINATION hack/include) +# dfhack lua files go here: +SET(DFHACK_LUA_DESTINATION hack/lua) # the windows .lib file goes here: SET(DFHACK_DEVLIB_DESTINATION hack) -- cgit v1.2.1