solocraft + dynamicxp
This commit is contained in:
7
dep/threads/CMakeLists.txt
Normal file
7
dep/threads/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
find_package(Threads REQUIRED)
|
||||
|
||||
add_library(threads INTERFACE)
|
||||
target_link_libraries(threads
|
||||
INTERFACE
|
||||
${CMAKE_THREAD_LIBS_INIT})
|
||||
Reference in New Issue
Block a user