BareSIP: skip unused audio files

pull/1457/head
Ystinia Zalatova 2024-05-27 09:44:42 +03:00
parent 8ce8cce7cc
commit 2954336b4a
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3960973..3e3dd9e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -384,10 +384,3 @@ install(TARGETS baresip
NAMELINK_ONLY
COMPONENT Development
)
-
-file(GLOB SHARE_FILES "${PROJECT_SOURCE_DIR}/share/*")
-
-install(FILES ${SHARE_FILES}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/baresip
- COMPONENT Applications
-)