Browse Source

Merge pull request #27 from cppit/master

pull from cppit
merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
acfb440dcd
  1. 2
      src/files.h

2
src/files.h

@ -112,7 +112,7 @@ const std::string configjson =
#else
" \"cmake_command\": \"cmake\",\n"
#endif
" \"make_command\": \"make\"\n"
" \"make_command\": \"cmake --build .\"\n"
" },\n"
" \"documentation_searches\": {\n"
" \"clang\": {\n"

Loading…
Cancel
Save