mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 07:26:33 +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)
|