summaryrefslogtreecommitdiff
path: root/decoders/rtp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/rtp/CMakeLists.txt')
-rw-r--r--decoders/rtp/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/decoders/rtp/CMakeLists.txt b/decoders/rtp/CMakeLists.txt
new file mode 100644
index 0000000..50475fd
--- /dev/null
+++ b/decoders/rtp/CMakeLists.txt
@@ -0,0 +1,9 @@
+add_library(
+ rtp
+ rtp.c
+)
+
+set_target_properties(
+ rtp PROPERTIES
+ LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/version.map"
+)