add install commands

instead of "make" use "make install/strip" release compile


Former-commit-id: f4dd2d9e1a4d815b667665892a3bd9cec64218a3
This commit is contained in:
redpanther
2016-03-10 12:22:44 +01:00
parent 12b406dd4b
commit e01bcd708d
7 changed files with 62 additions and 44 deletions

View File

@@ -53,3 +53,6 @@ target_link_libraries(hyperion-v4l2
pthread
${QT_LIBRARIES}
)
install ( TARGETS ${PROJECT_NAME} DESTINATION "${CMAKE_SOURCE_DIR}/deploy/bin" )