diff options
Diffstat (limited to 'cmake/modules/FindShairplay.cmake')
| -rw-r--r-- | cmake/modules/FindShairplay.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindShairplay.cmake b/cmake/modules/FindShairplay.cmake index 87d3107..699fb7a 100644 --- a/cmake/modules/FindShairplay.cmake +++ b/cmake/modules/FindShairplay.cmake | |||
| @@ -46,7 +46,7 @@ endif() | |||
| 46 | if(SHAIRPLAY_FOUND) | 46 | if(SHAIRPLAY_FOUND) |
| 47 | set(SHAIRPLAY_LIBRARIES ${SHAIRPLAY_LIBRARY}) | 47 | set(SHAIRPLAY_LIBRARIES ${SHAIRPLAY_LIBRARY}) |
| 48 | set(SHAIRPLAY_INCLUDE_DIRS ${SHAIRPLAY_INCLUDE_DIR}) | 48 | set(SHAIRPLAY_INCLUDE_DIRS ${SHAIRPLAY_INCLUDE_DIR}) |
| 49 | set(SHAIRPLAY_DEFINITIONS -DHAVE_LIBSHAIRPLAY=1) | 49 | set(SHAIRPLAY_DEFINITIONS -DHAS_AIRTUNES=1) |
| 50 | 50 | ||
| 51 | if(NOT TARGET Shairplay::Shairplay) | 51 | if(NOT TARGET Shairplay::Shairplay) |
| 52 | add_library(Shairplay::Shairplay UNKNOWN IMPORTED) | 52 | add_library(Shairplay::Shairplay UNKNOWN IMPORTED) |
| @@ -56,7 +56,7 @@ if(SHAIRPLAY_FOUND) | |||
| 56 | endif() | 56 | endif() |
| 57 | set_target_properties(Shairplay::Shairplay PROPERTIES | 57 | set_target_properties(Shairplay::Shairplay PROPERTIES |
| 58 | INTERFACE_INCLUDE_DIRECTORIES "${SHAIRPLAY_INCLUDE_DIR}" | 58 | INTERFACE_INCLUDE_DIRECTORIES "${SHAIRPLAY_INCLUDE_DIR}" |
| 59 | INTERFACE_COMPILE_DEFINITIONS HAVE_LIBSHAIRPLAY=1) | 59 | INTERFACE_COMPILE_DEFINITIONS HAS_AIRTUNES=1) |
| 60 | endif() | 60 | endif() |
| 61 | endif() | 61 | endif() |
| 62 | 62 | ||
