mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
whitespace fixes
This commit is contained in:
@@ -95,10 +95,10 @@ if ( UNIX AND NOT APPLE )
|
||||
find_path(DNSSD_INCLUDE_DIR dns_sd.h HINTS ${CMAKE_INSTALL_INCLUDEDIR} )
|
||||
if ( NOT DNSSD_INCLUDE_DIR )
|
||||
message( FATAL_ERROR " dns_sd.h not found ")
|
||||
else()
|
||||
message( STATUS "found dns_sd.h in " ${DNSSD_INCLUDE_DIR} )
|
||||
endif()
|
||||
else()
|
||||
message( STATUS "found dns_sd.h in " ${DNSSD_INCLUDE_DIR} )
|
||||
endif()
|
||||
target_include_directories( airplay PRIVATE ${DNSSD_INCLUDE_DIR} )
|
||||
endif()
|
||||
target_link_libraries(airplay PUBLIC ${DNSSD} )
|
||||
target_link_libraries(airplay PUBLIC ${DNSSD} )
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user