Deleted obsolete wrapper-path from cmake config.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-21 16:13:38 +02:00
parent c9cd020c54
commit c102066d3a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ set(MOZILLA_NMH_DIR "${CMAKE_INSTALL_LIBDIR}/mozilla/native-messaging-hosts")
add_executable(${PROJECT_NAME}_wrapper ${PROJECT_NAME}_wrapper.cpp)
install(TARGETS ${PROJECT_NAME}_wrapper DESTINATION ${MOZILLA_NMH_DIR})
install(FILES remwharead.json remwharead_wrapper.sh
DESTINATION ${MOZILLA_NMH_DIR})
install(FILES remwharead.json DESTINATION ${MOZILLA_NMH_DIR})