Browse Source
cmake: Add install target for libnyquist
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
pull/643/head
Haelwenn (lanodan) Monnier
2 years ago
committed by
Sol Fisher Romanoff
No known key found for this signature in database
GPG Key ID: E0ACA5D1C244E1F
1 changed files with
6 additions and
0 deletions
-
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}" |
|
|
|
) |