mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
7 lines
155 B
Text
7 lines
155 B
Text
|
set(JTHREAD_SRCS
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/mutex.cpp
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/thread.cpp
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/semaphore.cpp
|
||
|
PARENT_SCOPE)
|
||
|
|