diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-06-17 16:34:31 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-06-17 16:34:31 +0200 |
commit | 77630de350fc89038378c798cd482ed751280fc2 (patch) | |
tree | f804d15dab8cd6ba1d57508719e738c12327eba9 /CMakeLists.txt | |
parent | 55e53f8a24ce42cadfd2887e50bf0248eb10d301 (diff) | |
download | lanes-77630de350fc89038378c798cd482ed751280fc2.tar.gz lanes-77630de350fc89038378c798cd482ed751280fc2.tar.bz2 lanes-77630de350fc89038378c798cd482ed751280fc2.zip |
Deep userdata changes
* bumped version to 3.9.6
* separate deep userdata code in a dedicated file to allow external
modules to implement Lanes-compatible deep userdata without requiring a
binary dependency against the Lanes module. because of this linda_id
function(eDO_metatable) must push 2 values on the stack: a metatable and
a deep version string obtained from luaG_pushdeepversion()
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b6ac9e5..80d9f22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -38,7 +38,7 @@ ENDIF(CYGWIN) | |||
38 | 38 | ||
39 | # Build | 39 | # Build |
40 | INCLUDE_DIRECTORIES(src) | 40 | INCLUDE_DIRECTORIES(src) |
41 | ADD_LIBRARY(lua51-lanes MODULE src/lanes.c src/threading.c src/tools.c src/keeper.c src/compat.c) | 41 | ADD_LIBRARY(lua51-lanes MODULE src/lanes.c src/deep.c src/threading.c src/tools.c src/keeper.c src/compat.c) |
42 | 42 | ||
43 | IF(UNIX AND NOT CYGWIN) | 43 | IF(UNIX AND NOT CYGWIN) |
44 | SET(LIBS pthread) | 44 | SET(LIBS pthread) |