mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2026-01-08 21:31:26 +00:00
3 lines
92 B
CMake
3 lines
92 B
CMake
add_executable(Logger src/Logger.cpp)
|
|
target_link_libraries(Logger PUBLIC Poco::Foundation)
|