Usage is now correct

This commit is contained in:
Jeremy 2023-10-31 00:13:06 -04:00
parent cb243528cc
commit 54b32d172d
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E
2 changed files with 0 additions and 5 deletions

View File

@ -33,5 +33,4 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

View File

@ -1,4 +0,0 @@
libdwarf provides CMake targets:
find_package(libdwarf CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libdwarf::dwarf-static>,libdwarf::dwarf-static,libdwarf::dwarf-shared>)