forked from pool/libdict
Initial package for libdict OBS-URL: https://build.opensuse.org/request/show/1008281 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdict?expand=0&rev=1
16 lines
578 B
Diff
16 lines
578 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5ed8289..b07cdd5 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -133,8 +133,8 @@ install(FILES ${LIBDICT_HEADERS}
|
|
# install libraries, shared library is part of runtime whereas static library
|
|
# is only needed for development
|
|
install(TARGETS libdict-shared libdict-static
|
|
- LIBRARY DESTINATION lib COMPONENT lib
|
|
- ARCHIVE DESTINATION lib COMPONENT dev
|
|
+ LIBRARY DESTINATION lib${LIB_SUFFIX} COMPONENT lib
|
|
+ ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT dev
|
|
OPTIONAL)
|
|
|
|
# tools are in separate package
|