Skip to content

noelalejandro/juce-cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

In the main repo directory execute

$ cmake -S . -B build
$ cmake --build build

Alternatively, you can use bundled CMake presets:

$ cmake --preset default # uses the Ninja build system
$ cmake --build build
$ ctest --preset default

Existing presets are default, release, and Xcode.

To run clang-format on every commit, in the main directory execute

pre-commit install

(for this you may need to install pre-commit with pip: pip install pre-commit).

About

modified template repository by Jan Wilczek

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published