mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-28 15:14:09 +02:00
3 lines
92 B
CMake
3 lines
92 B
CMake
add_executable(Logger src/Logger.cpp)
|
|
target_link_libraries(Logger PUBLIC Poco::Foundation)
|