Skip to content
Snippets Groups Projects
armarx-workspace.json 212 B
Newer Older
{
  "modules": {
    "deps/doxygen": {},
    "simox": {}
  },
  "global": {
    "prepare": {
      "cmake": {
        "definitions": {
          "CMAKE_BUILD_TYPE": "RelWithDebInfo"
        }
      }
    }
  }
}