ports/audio/libmysofa/files/patch-src_CMakeLists.txt

16 lines
510 B
Plaintext

Install header if STATIC option is disabled.
https://github.com/hoene/libmysofa/pull/214
--- src/CMakeLists.txt.orig 2023-10-15 10:30:14 UTC
+++ src/CMakeLists.txt
@@ -127,6 +127,8 @@ if(BUILD_SHARED_LIBS)
# with the mysofa-static library.
set_target_properties(mysofa-shared
PROPERTIES ARCHIVE_OUTPUT_NAME mysofa_shared)
+ set_target_properties(mysofa-shared
+ PROPERTIES PUBLIC_HEADER "${public-headers}")
set_property(
TARGET mysofa-shared