Ajout des instructions de build pour Atom

This commit is contained in:
Mattéo Delabre 2016-03-13 00:36:11 +01:00
parent 624b377e72
commit d99b7bb72d
1 changed files with 4 additions and 0 deletions

4
.atom-build.json Normal file
View File

@ -0,0 +1,4 @@
{
"cmd": "cd {PROJECT_PATH} && cmake {PROJECT_PATH} && make",
"name": "cmake"
}