mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2026-01-09 22:01:40 +00:00
3 lines
83 B
CMake
3 lines
83 B
CMake
add_executable(dir src/dir.cpp)
|
|
target_link_libraries(dir PUBLIC Poco::Foundation)
|