mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
19 lines
734 B
Text
19 lines
734 B
Text
--- CMakeLists.txt.orig 2023-06-16 13:29:33 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -20,6 +20,7 @@ cmake_minimum_required(VERSION 3.1)
|
|
#
|
|
################################################################################
|
|
cmake_minimum_required(VERSION 3.1)
|
|
+project(linphoneqt)
|
|
|
|
find_package(bctoolbox CONFIG)
|
|
set(FULL_VERSION )
|
|
@@ -556,7 +557,7 @@ else()
|
|
set(MSPLUGINS_DIR "Frameworks/mediastreamer2.framework/Versions/A/Libraries")
|
|
endif()
|
|
else()
|
|
- set(MSPLUGINS_DIR "plugins/mediastreamer")
|
|
+ set(MSPLUGINS_DIR "lib/mediastreamer/plugins")
|
|
endif()
|
|
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.cmake" "${CMAKE_CURRENT_BINARY_DIR}/config.h")
|
|
# ------------------------------------------------------------------------------
|