Browse Source

Merge pull request #134 from rpavlik/patch-1

Update files.h
merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
6025d68d0c
  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