Skip to content

Commit

Permalink
Merge pull request #1058 from NN708/current
Browse files Browse the repository at this point in the history
Fix build for contrib directory
  • Loading branch information
ra3xdh authored Nov 12, 2024
2 parents 94c2ca5 + c85cb4e commit 6e88b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,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 6e88b27

Please sign in to comment.