Ryan-rsm-McKenzie / bsa

C++ library for working with the Bethesda archive file format
MIT License
41 stars 6 forks source link

Rename project to rsm-bsa #3

Closed Guekka closed 2 years ago

Guekka commented 2 years ago

Without that change, vcpkg install fails : find_package(bsa CONFIG) does not work, nor does find_package(rsm-bsa CONFIG)

With that change, we can use find_package(rsm-bsa CONFIG)

If you don't want to make that change, I can instead make it as a vcpkg patch

Ryan-rsm-McKenzie commented 2 years ago

This is a fix that needs to be implemented in the port script, see rsm-mmio for an example

Guekka commented 2 years ago

I guess it is

vcpkg_cmake_config_fixup(
    PACKAGE_NAME "mmio"
    CONFIG_PATH "lib/cmake/mmio"
)

Gonna try that, thanks