blob: b52ff4f4bf6c70057cf9f2c8a1620549b77a75b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
add_library(cpp-threading-poor_man_openmp)
target_link_libraries(cpp-threading-poor_man_openmp PUBLIC
contrib-libs-cxxsupp
yutil
)
target_sources(cpp-threading-poor_man_openmp PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/threading/poor_man_openmp/thread_helper.cpp
)
|