Support more than 64 cores in WSL2.
This commit is contained in:
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_library(computecore SHARED
|
||||
src/computecore.cpp
|
||||
)
|
Reference in New Issue
Block a user