Skip to content

Commit

Permalink
add target in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 3, 2021
1 parent 3597049 commit 54ad3b7
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 @@ -29,3 +29,6 @@ endif()
add_subdirectory(libyuv EXCLUDE_FROM_ALL)
include_directories("libyuv/include")
target_link_libraries (${PROJECT_NAME} yuv)

# install
install (TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)

0 comments on commit 54ad3b7

Please sign in to comment.