proxy-network/src/CMakeLists.txt

7 lines
132 B
CMake
Raw Normal View History

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