]> git.jsancho.org Git - lugaru.git/blob - .doozer.json
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / .doozer.json
1 {
2   "targets": {
3     "centos7-x86_64": {
4       "buildenv": "centos7-x86_64",
5       "builddeps": ["/usr/bin/cmake3", "pkgconfig(libjpeg)", "pkgconfig(openal)", "pkgconfig(sdl2)", "pkgconfig(glu)", "pkgconfig(libpng)", "pkgconfig(zlib)", "pkgconfig(vorbis)", "pkgconfig(vorbisfile)", "pkgconfig(ogg)", "make"],
6       "buildcmd": ["cmake3 . -DCMAKE_INSTALL_PREFIX=/opt/osslugaru/lugaru/gcc-build", "make -j4"]
7     },
8     "macosx": {
9       "buildenv": "osx",
10       "buildcmd": ["cmake . -DCMAKE_INSTALL_PREFIX=/opt/osslugaru/lugaru/gcc-build", "make -j4"]
11     }
12   }
13 }
14