[cmake] add UWAC_FORCE_STATIC_BUILD
since uwac is only used by wlfreerdp add an option to directly link it with -DUWAC_FORCE_STATIC_BUILD=ON without installing any header or library
This commit is contained in:
parent
93148ea35f
commit
4aad6e9d42
@ -54,7 +54,7 @@ if (NOT FREERDP_UNIFIED_BUILD)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
option(UWAC_FORCE_STATIC_BUILD "Force UWAC to be build as static libary" OFF)
|
||||
option(UWAC_FORCE_STATIC_BUILD "Force UWAC to be build as static libary (recommended)" OFF)
|
||||
option(UWAC_HAVE_PIXMAN_REGION "Use PIXMAN or FreeRDP for region calculations" "NOT FREERDP_UNIFIED_BUILD")
|
||||
|
||||
# Include our extra modules
|
||||
|
Loading…
Reference in New Issue
Block a user