diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-30 13:59:51 +0500 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-06-30 13:59:51 +0500 |
commit | dbf215ef683e545de593f5b434764b97dea3e2ac (patch) | |
tree | 75328686258386846470f2ad225e5001311a3f24 | |
parent | f3c67b75752cab9259ec4542e615e54a2b24ec66 (diff) | |
download | lua-llthreads2-dbf215ef683e545de593f5b434764b97dea3e2ac.tar.gz lua-llthreads2-dbf215ef683e545de593f5b434764b97dea3e2ac.tar.bz2 lua-llthreads2-dbf215ef683e545de593f5b434764b97dea3e2ac.zip |
Fix. CMakeLists file install `llthreads2.ex` module.
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f96b32a..02d6bfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -11,7 +11,8 @@ include_directories ( ${CMAKE_CURRENT_SOURCE_DIR}/src ) | |||
11 | 11 | ||
12 | set ( LUA_LLTHREADS_SRC src/l52util.c src/llthread.c ) | 12 | set ( LUA_LLTHREADS_SRC src/l52util.c src/llthread.c ) |
13 | 13 | ||
14 | install_lua_module ( llthreads2 ${LUA_LLTHREADS_SRC} LINK ${CMAKE_THREAD_LIBS_INIT} ) | 14 | install_lua_module ( llthreads2 ${LUA_LLTHREADS_SRC} LINK ${CMAKE_THREAD_LIBS_INIT} ) |
15 | install_lua_module ( llthreads2.ex src/lua/llthreads2/ex.lua ) | ||
15 | 16 | ||
16 | install_data ( COPYRIGHT.llthreads README.md LICENSE ) | 17 | install_data ( COPYRIGHT.llthreads README.md LICENSE ) |
17 | install_test ( test/ ) | 18 | install_test ( test/ ) |