Files
poco/Foundation/samples/URI/CMakeLists.txt
2019-10-18 15:09:38 +02:00

3 lines
84 B
CMake

add_executable(URI src/URI.cpp)
target_link_libraries(URI PUBLIC Poco::Foundation )