diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 596e496..1e3991c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -13,5 +13,7 @@ set ( LUA_LLTHREADS_SRC llthreads2/src/l52util.c llthreads2/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 | 15 | ||
16 | set_target_properties ( llthreads2 PROPERTIES COMPILE_DEFINITIONS "LLTHREAD_MODULE_NAME=llthreads2" ) | ||
17 | |||
16 | install_data ( llthreads2/COPYRIGHT.llthreads llthreads2/README.md llthreads2/LICENSE ) | 18 | install_data ( llthreads2/COPYRIGHT.llthreads llthreads2/README.md llthreads2/LICENSE ) |
17 | install_test ( llthreads2/test/ ) | 19 | install_test ( llthreads2/test/ ) |