Add concurrent library support

This commit is contained in:
5 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ project(multithread_experiments)
if (DEFINED PATH_TO_SMSDK OR DEFINED ENV{SMSDK_DIR})
find_package(SM REQUIRED)
endif()
find_package(Concurrent QUIET)
if (CMAKE_BUILD_TYPE MATCHES Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3 -fPIC -std=c++11")