Skip to content

Commit

Permalink
Fix issus#10: Install libcompressor-ChardetDetector.so
Browse files Browse the repository at this point in the history
If "libcompressor-ChardetDetector.so" is really in using, please install it.
  • Loading branch information
hillwoodroc authored and BLumia committed May 18, 2022
1 parent 530efbe commit 3a98651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${HFILES_OUTPUT_PATH}

set(CMAKE_INSTALL_PREFIX /usr)

install(TARGETS compressor-ChardetDetector DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/)
install(TARGETS clirarplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/)
install(TARGETS libzipplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/)
install(TARGETS minizipplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/)
Expand Down

0 comments on commit 3a98651

Please sign in to comment.