mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2026-04-17 14:28:49 +02:00
Initial commit
This commit is contained in:
6
src/threading/CMakeLists.txt
Normal file
6
src/threading/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(JTHREAD_SRCS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/event.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/thread.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/semaphore.cpp
|
||||
PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user