Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not the main repo. It is copied over from my personal github account, where it is hidden. I will be moving over releases here when the mod gets updated

CommonLibSSE-NG Template

This is a basic plugin template for use with CommonLibSSE-NG.

Dependencies

  • XMake [2.7.2+]
  • C++20 Compiler (MSVC, Clang?)

Getting started

git clone https://github.com/Qudix/template-commonlibsse-ng
cd template-commonlibsse-ng

Building

To build the project, run the following command:

xmake

Note: This will generate a build/windows/ directory in the project's root directory.

Packaging

To package the project, run the following command:

xmake package

Note: This will generate a build/packages/ directory in the project's root directory.

Upgrading

To upgrade the project's dependencies, run the following command:

xmake require --upgrade

Extra

Project Generation

To generate a Visual Studio Project, run the following command:

xmake project -k vsxmake

Note: This will generate a vsxmakeXXXX/ directory in the project's root directory using the latest version of Visual Studio installed on the system.

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages