initial commit
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
project(tp_impl)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_subdirectory(libs/MyThreadPool)
|
||||
|
||||
add_executable(tp_impl main.cpp)
|
||||
target_link_libraries(tp_impl PRIVATE MyThreadPool)
|
Reference in New Issue
Block a user