Possseidon / dang-lib

A C++ library, providing a variety of useful classes focused around game developement.
3 stars 1 forks source link

Add cmake formatting support. #99

Closed Possseidon closed 2 years ago

Possseidon commented 2 years ago

Use cmakelang to add automatic formatting and linting of cmake files.

Install using pip:

pip install cmakelang

Format all:

run-cmake-format.bat

Lint all:

run-cmake-lint.bat