From dbbd9acfad8d5994f321840e3d695fe8a67ac315 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Mon, 19 Mar 2012 20:12:27 +0400 Subject: Export the type tree with enum keys to lua. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d39d940e..1c538e24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,7 @@ ENDIF() # use shared libraries for protobuf ADD_DEFINITIONS(-DPROTOBUF_USE_DLLS) +ADD_DEFINITIONS(-DLUA_BUILD_AS_DLL) if(UNIX) add_definitions(-D_LINUX) -- cgit v1.2.1