mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] fix SWScale library variable name
This commit is contained in:
@@ -148,7 +148,7 @@ endif(WITH_CAIRO)
|
||||
# Prefer SWScale over Cairo, both at the same time are not possible.
|
||||
if (WITH_SWSCALE)
|
||||
include_directories(SYSTEM ${SWSCALE_INCLUDE_DIRS})
|
||||
freerdp_library_add(${SWSCALE_LIBRARY})
|
||||
freerdp_library_add(${SWSCALE_LIBRARIES})
|
||||
endif()
|
||||
if (WITH_CAIRO)
|
||||
include_directories(SYSTEM ${CAIRO_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user