Skip to content

Nikolsi/Mirage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirage

Requirements

The project uses CMake (3.18.0 or newer) to generate the project and solution files.

VSCode

The project is fully compatible with VSCode IDE with C++ and CMake extensions support for better development experience on different Operating Systems (OS). The recommended extensions can be installed on opening the project.

Without VSCode

CMake default build pipeline:

cd build && cmake ..

Create a symbolic link in the root, e.g. for ccls or other language server:

ln -s build/compile_commands.json .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published