Skip to content

Commit

Permalink
Move install of MetaInfo to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
NN708 committed Nov 12, 2024
1 parent 7ae6f4b commit c85cb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ add_subdirectory( library )
add_subdirectory( qucs-transcalc )
add_subdirectory( qucs-powercombining )
add_subdirectory( qucs-s-spar-viewer )
add_subdirectory( contrib )
#add_subdirectory( examples )
if(EXISTS ${CMAKE_SOURCE_DIR}/qucsator_rf/CMakeLists.txt)
add_subdirectory(qucsator_rf)
Expand All @@ -82,6 +81,8 @@ add_subdirectory( translations )

install(DIRECTORY "examples" DESTINATION "share/${QUCS_NAME}")

install(FILES contrib/io.github.ra3xdh.qucs_s.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo)

#
# Custom uninstall target
#
Expand Down
2 changes: 0 additions & 2 deletions contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
INSTALL( FILES ps2sp DESTINATION bin/ )

INSTALL( FILES ps2sp.1 DESTINATION share/man/man1 )

INSTALL( FILES io.github.ra3xdh.qucs_s.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo )

0 comments on commit c85cb4e

Please sign in to comment.