Skip to content

ModOrganizer2/vcpkg-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ModOrganizer2 VCPKG Registry

Custom registry for VCPKG.

How to use?

Add the following to your vcpkg-configuration.json - update the baseline and the list of packages to your needs:

{
  "registries": [
    {
      "kind": "git",
      "repository": "https://github.com/ModOrganizer2/vcpkg-registry",
      "baseline": "27d8adbfe9e4ce88a875be3a45fadab69869eb60",
      "packages": ["mo2-cmake", "spdlog"]
    }
  ]
}

Included ports

Port Description
asmjit Fork of the official asmjit port to use a (very) old version of asmjit that is compatible with USVFS.
libloot Port for libloot, using the prebuilt release available.
mo2-cmake CMake utilities for ModOrganizer2 components, especially plugins.
mo2-dds-header Small port to bring the DirectXTex DDS.h header.
mo2-libbsarch Port for libbsarch, using the prebuilt release available.
spdlog For of the official spdlog port to remove fmt dependency and force the use of std::format instead.

About

VCPKG registry for MO2 dependencies and components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages