mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
* Add detailed CMake warning to disable unmaintained modules * Add sample shadow subsystem implementation * Allow building shadow server with dummy subsystem
2 lines
82 B
CMake
2 lines
82 B
CMake
add_library(freerdp-shadow-subsystem-impl STATIC sample_shadow.c sample_shadow.h)
|