Skip to content

Commit

Permalink
Add usage file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Feb 1, 2023
1 parent f120a91 commit 6a9d998
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/rkcommon/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME "copyright")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
4 changes: 4 additions & 0 deletions ports/rkcommon/usage
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rkcommon provides CMake targets:

find_package(rkcommon CONFIG REQUIRED)
target_link_libraries(main PRIVATE rkcommon::rkcommon)
2 changes: 1 addition & 1 deletion versions/r-/rkcommon.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "b2c397ace904ee00e43868b89815d6d8b3e41caa",
"git-tree": "49683a2cd8b631ffd2d2f47bc8affc258a5f836e",
"version": "1.10.0",
"port-version": 0
}
Expand Down

0 comments on commit 6a9d998

Please sign in to comment.