1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

cmake: Add install target for libnyquist

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-09-19 12:14:13 +02:00
committed by Sol Fisher Romanoff
parent 4445aaabb3
commit 7230f6a393

View File

@@ -290,3 +290,9 @@ target_compile_options(libnyquist
PRIVATE
$<$<PLATFORM_ID:Darwin>:-fno-common>
)
install(
TARGETS libnyquist
LIBRARY
DESTINATION "${_LIBDIR}"
)