mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
5 lines
187 B
CMake
Executable File
5 lines
187 B
CMake
Executable File
add_library(messaging_downloader_server messaging_downloader_server.cc)
|
|
add_library(messaging_downloader_client messaging_downloader_client.cc)
|
|
|
|
add_subdirectory(messaging_downloader_ut)
|