solocraft + dynamicxp

This commit is contained in:
mikx
2023-11-05 15:26:19 -05:00
commit 146bd781e2
3402 changed files with 2098316 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
find_package(Threads REQUIRED)
add_library(threads INTERFACE)
target_link_libraries(threads
INTERFACE
${CMAKE_THREAD_LIBS_INIT})