1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +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
No known key found for this signature in database
GPG Key ID: 0E0ACA5D1C244E1F

View File

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