Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2016-10-19 00:21:00 +0300
committerRonan Collobert <ronan@collobert.com>2016-10-19 00:23:51 +0300
commit7e14ba31d0b1d2e48907d5bf5b2f876e865669ae (patch)
tree4c6e53d888be5b08d1f56195fc70e245b593da62 /CMakeLists.txt
parentf0464d81308956a67680c5bf5ebe36e7f5c0d01c (diff)
added threads.safe()
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 355dc12..1e39a8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ set(luasrc
serialize.lua
sharedserialize.lua
queue.lua
+ safe.lua
)
ADD_LIBRARY(threadsmain MODULE lib/thread-main.c)