Skip to content

Commit

Permalink
Added installation target to CMakeLists.txt
Browse files Browse the repository at this point in the history
Again, this is in reference to issue #9. I am not sure *why* exactly one
would install this demo, but I am happy to provide the fix.
  • Loading branch information
Pseudomanifold committed Nov 10, 2017
1 parent 323f40e commit 259d147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ TARGET_LINK_LIBRARIES( qtosg
Qt5::Gui
Qt5::OpenGL
)

INSTALL( TARGETS qtosg RUNTIME DESTINATION bin )
INSTALL( PROGRAMS qtosg.desktop DESTINATION share/applications )

0 comments on commit 259d147

Please sign in to comment.