aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
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
12set ( LUA_LLTHREADS_SRC src/l52util.c src/llthread.c ) 12set ( LUA_LLTHREADS_SRC src/l52util.c src/llthread.c )
13 13
14install_lua_module ( llthreads2 ${LUA_LLTHREADS_SRC} LINK ${CMAKE_THREAD_LIBS_INIT} ) 14install_lua_module ( llthreads2 ${LUA_LLTHREADS_SRC} LINK ${CMAKE_THREAD_LIBS_INIT} )
15install_lua_module ( llthreads2.ex src/lua/llthreads2/ex.lua )
15 16
16install_data ( COPYRIGHT.llthreads README.md LICENSE ) 17install_data ( COPYRIGHT.llthreads README.md LICENSE )
17install_test ( test/ ) 18install_test ( test/ )