Skip to content

rethesda/CLibNGPluginTemplate-ThirdEyeSqueegee

 
 

Repository files navigation

CommonLibSSE-NG Plugin Template

Setup

  • Clone the repository
  • Run cd CLibNGPluginTemplate
  • Run py project_setup.py (requires Python 3.12+)

NOTE: You should run vcpkg x-update-baseline (in the project's root directory) often to make sure that vcpkg is fetching the latest versions of CommonLibSSE-NG and other dependencies

Building your project

  • Select one of the CMake presets (release or debug), configure, and build.
  • The .dll and .pdb files will be placed in contrib\PluginRelease or contrib\PluginDebug depending on your selected preset

Requirements

  • vcpkg
    • Create a new environment variable called VCPKG_ROOT which points to your vcpkg install directory
  • CMake
  • LLVM (for clang-format and clang-tidy)
  • Visual Studio 2022 build tools

Resources

About

CommonLibSSE NG plugin template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.9%
  • CMake 18.8%
  • Python 9.0%
  • C 0.3%