Skip to content
Snippets Groups Projects
Commit 1f733d20 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Update CMakeLists.txt for net/bonjour

parent c6a07a12
Branches
Tags
No related merge requests found
...@@ -3,9 +3,20 @@ ...@@ -3,9 +3,20 @@
# @author Pere Mato, CERN # @author Pere Mato, CERN
############################################################################ ############################################################################
include_directories(${BONJOUR_INCLUDE_DIR})
ROOT_STANDARD_LIBRARY_PACKAGE(Bonjour ROOT_STANDARD_LIBRARY_PACKAGE(Bonjour
LIBRARIES ${BONJOUR_LIBRARIES} HEADERS
DEPENDENCIES Core) TBonjourBrowser.h
TBonjourRecord.h
TBonjourRegistrar.h
TBonjourResolver.h
SOURCES
TBonjourBrowser.cxx
TBonjourRecord.cxx
TBonjourRegistrar.cxx
TBonjourResolver.cxx
DEPENDENCIES
Core
)
target_link_libraries(Bonjour PUBLIC ${BONJOUR_LIBRARIES})
target_include_directories(Bonjour PUBLIC ${BONJOUR_INCLUDE_DIRS})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment