proxy-network/src/CMakeLists.txt

11 lines
184 B
CMake
Raw Normal View History

add_executable(proxy-network
./mt_web_server.cpp
)
add_executable(tempmulti
./multi_threads.cpp
)
target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR})