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 #else
" \"cmake_command\": \"cmake\",\n" " \"cmake_command\": \"cmake\",\n"
#endif #endif
" \"make_command\": \"make\"\n" " \"make_command\": \"cmake --build .\"\n"
" },\n" " },\n"
" \"documentation_searches\": {\n" " \"documentation_searches\": {\n"
" \"clang\": {\n" " \"clang\": {\n"

Loading…
Cancel
Save