[cmake] fix channel properties

This commit is contained in:
Armin Novak
2025-03-26 14:08:18 +01:00
parent 655f88d24b
commit 1517d4681f
3 changed files with 3 additions and 0 deletions

View File

@@ -19,5 +19,6 @@
set(SRCS remdesk_common.h remdesk_common.c)
add_library(remdesk-common STATIC ${SRCS})
set_property(TARGET remdesk-common PROPERTY FOLDER "Channels/${CHANNEL_NAME}/Common")
channel_install(remdesk-common ${FREERDP_ADDIN_PATH} "FreeRDPTargets")