~tenacity/tenacity-dev

cmake: Add install target for libnyquist v1 SUPERSEDED

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Haelwenn (lanodan) Monnier: 2
 cmake: Add install target for libnyquist
 cmake: Add install target for libnyquist

 3 files changed, 13 insertions(+), 1 deletions(-)
Oh, sourcehut doesn't detect patches sent as replies.
Please send a new email -- keeping it as v2 is fine.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tenacity/tenacity-dev/patches/25275/mbox | git am -3
Learn more about email & git

[PATCH] cmake: Add install target for libnyquist Export this patch

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 BUILDING.md                       | 2 +-
 lib-src/libnyquist/CMakeLists.txt | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index d63f84572..807c2b11c 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -341,4 +341,4 @@ has outdated libraries that do not build with Tenacity.
  * **LV2** (ON|OFF): LV2 plugin hosting support. Requires LV2, lilv, and
    suil libraries.
  * **VST2** (ON|OFF): VST2 plugin hosting support. Requires GTK with X11
    support on non-Apple/Windows.
    support on non-Apple/non-Windows.
diff --git a/lib-src/libnyquist/CMakeLists.txt b/lib-src/libnyquist/CMakeLists.txt
index 45993c7d3..d4d16c393 100644
--- a/lib-src/libnyquist/CMakeLists.txt
+++ b/lib-src/libnyquist/CMakeLists.txt
@@ -290,3 +290,9 @@ target_compile_options(libnyquist
   PRIVATE
      $<$<PLATFORM_ID:Darwin>:-fno-common>
)

install(
   TARGETS libnyquist
   LIBRARY
   DESTINATION "${_LIBDIR}"
)
-- 
2.32.0
Haelwenn (lanodan) Monnier <contact@hacktivis.me>
[2021-09-19 12:02:54+0200] Haelwenn (lanodan) Monnier:
Could you re-send the patch as [PATCH tenacity], so the CI kicks in?
Thanks!

[PATCH tenacity v2] cmake: Add install target for libnyquist Export this patch

Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 lib-src/libnyquist/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib-src/libnyquist/CMakeLists.txt b/lib-src/libnyquist/CMakeLists.txt
index 45993c7d3..d4d16c393 100644
--- a/lib-src/libnyquist/CMakeLists.txt
+++ b/lib-src/libnyquist/CMakeLists.txt
@@ -290,3 +290,9 @@ target_compile_options(libnyquist
   PRIVATE
      $<$<PLATFORM_ID:Darwin>:-fno-common>
)

install(
   TARGETS libnyquist
   LIBRARY
   DESTINATION "${_LIBDIR}"
)
-- 
2.32.0
Oh, sourcehut doesn't detect patches sent as replies.
Please send a new email -- keeping it as v2 is fine.