Skip to content

Commit

Permalink
Include Readme in release install
Browse files Browse the repository at this point in the history
  • Loading branch information
fkesseler committed Aug 31, 2021
1 parent 55bb8e2 commit ddaf4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ include(V4L2ViewerLib.cmake)
add_executable(V4L2Viewer Source/main.cpp)
target_link_libraries(V4L2Viewer V4L2ViewerLib)
install(TARGETS V4L2Viewer DESTINATION /)
install(FILES LICENSE.md DESTINATION /)
install(FILES LICENSE.md README.rst DESTINATION /)

0 comments on commit ddaf4e8

Please sign in to comment.