summaryrefslogtreecommitdiffstats
path: root/xbmc/network/dacp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/network/dacp/CMakeLists.txt')
-rw-r--r--xbmc/network/dacp/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/xbmc/network/dacp/CMakeLists.txt b/xbmc/network/dacp/CMakeLists.txt
new file mode 100644
index 0000000..7eb2df5
--- /dev/null
+++ b/xbmc/network/dacp/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(SOURCES dacp.cpp)
+
+set(HEADERS dacp.h)
+
+core_add_library(network_dacp)