mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
Respect LIB_SUFFIX
This commit is contained in:
parent
32d40ef190
commit
894ecf6913
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ set_target_properties(uecc_static PROPERTIES
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS uecc_shared uecc_static
|
install(TARGETS uecc_shared uecc_static
|
||||||
ARCHIVE DESTINATION lib
|
ARCHIVE DESTINATION lib${LIB_SUFFIX}
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib${LIB_SUFFIX}
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue