1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-30 07:26:33 +02:00
2020-02-14 11:07:32 +01:00

3 lines
92 B
CMake

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