11 lines
184 B
CMake
11 lines
184 B
CMake
add_executable(proxy-network
|
|
./mt_web_server.cpp
|
|
)
|
|
|
|
add_executable(tempmulti
|
|
./multi_threads.cpp
|
|
)
|
|
|
|
target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
|
|