Fixed include paths and linking for jpeg library.
This commit is contained in:
parent
5372153dd7
commit
cf71df7881
@ -76,7 +76,8 @@ if(WITH_NEON)
|
||||
endif()
|
||||
|
||||
if(WITH_JPEG)
|
||||
set(FREERDP_JPEG_LIBS jpeg)
|
||||
include_directories(${JPEG_INCLUDE_DIR})
|
||||
set(FREERDP_JPEG_LIBS ${JPEG_LIBRARIES})
|
||||
endif()
|
||||
|
||||
add_complex_library(MODULE ${MODULE_NAME} TYPE "OBJECT"
|
||||
|
Loading…
Reference in New Issue
Block a user