mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] do not always build client-common
if -DWITH_CLIENT_COMMON=OFF ignore building common subdirectory
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
|
||||
# Clients
|
||||
|
||||
add_subdirectory(common)
|
||||
if(WITH_CLIENT_COMMON)
|
||||
add_subdirectory(common)
|
||||
endif()
|
||||
|
||||
if(FREERDP_VENDOR AND WITH_CLIENT)
|
||||
if(WIN32 AND NOT UWP)
|
||||
|
||||
Reference in New Issue
Block a user