mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
cmake: Add install target for libnyquist
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
4445aaabb3
commit
7230f6a393
@ -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}"
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user