implement auto avaluation of used platform. To use it simply not add -DPLATFORM (#98)

This commit is contained in:
redPanther
2016-07-11 11:02:18 +02:00
committed by brindosch
parent c2e2c26ab2
commit 2013304130
2 changed files with 21 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ if (USE_SHARED_AVAHI_LIBS)
avahi-client
avahi-common
avahi-core
# avahi-qt4
dbus-1)
else()
target_link_libraries(bonjour
@@ -53,6 +52,5 @@ else()
libavahi-client.a
libavahi-common.a
libavahi-core.a
# libavahi-qt4.a
libdbus-1.a)
endif()