* #35924: added zrtp module build instructions
diff --git a/jni/libzrtp/demo/CMakeLists.txt b/jni/libzrtp/demo/CMakeLists.txt
new file mode 100755
index 0000000..015807c
--- /dev/null
+++ b/jni/libzrtp/demo/CMakeLists.txt
@@ -0,0 +1,19 @@
+########### next target ###############
+
+add_executable(zrtptest zrtptest.cpp)
+target_link_libraries(zrtptest zrtpcpp ccrtp commoncpp)
+add_dependencies(zrtptest zrtpcpp)
+
+########### next target ###############
+
+add_executable(zrtptestMulti zrtptestMulti.cpp)
+target_link_libraries(zrtptestMulti zrtpcpp ccrtp commoncpp)
+add_dependencies(zrtptestMulti zrtpcpp)
+
+########### next target ###############
+
+#add_executable(wrappertest wrappertest.c)
+#target_link_libraries(wrappertest zrtpcpp)
+
+########### install files ###############
+# None