mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fixes for plist_xml data stripping
This commit is contained in:
@@ -101,7 +101,11 @@ else ()
|
||||
target_link_libraries ( airplay PUBLIC ${LIBPLIST} )
|
||||
endif()
|
||||
if ( PLIST_FOUND )
|
||||
message( STATUS "found libplist-${PLIST_VERSION}" )
|
||||
message( STATUS "found libplist-${PLIST_VERSION}")
|
||||
pkg_check_modules ( PLIST_23 libplist-2.0>=2.3.0 )
|
||||
if ( PLIST_23_FOUND )
|
||||
add_definitions( -DPLIST_23 )
|
||||
endif()
|
||||
endif()
|
||||
target_include_directories( airplay PRIVATE ${PLIST_INCLUDE_DIRS} )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user