线程池支持
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
project(singleThread)
|
||||
project(hos_write_complete)
|
||||
|
||||
SET(CMAKE_BUILD_TYPE Debug)
|
||||
link_directories(/usr/local/lib64/)
|
||||
@@ -8,6 +8,6 @@ link_directories(/opt/MESA/lib/)
|
||||
link_libraries(hos-client-cpp)
|
||||
include_directories(/opt/MESA/include)
|
||||
|
||||
add_executable(singleThread single_thread.cpp)
|
||||
target_link_libraries(singleThread hos-client-cpp)
|
||||
add_executable(hos_write_complete hos_write_complete.cpp)
|
||||
target_link_libraries(hos_write_complete hos-client-cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user