mirror of
https://github.com/openappsec/openappsec.git
synced 2025-07-10 04:24:43 +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)
|