cpputils-cmake
cpputils-cmake copied to clipboard
Easy real time C++ syntax check and intellisense if you use CMake
Hello, here's a change to allow users to use different compilation commands with cpputils-cmake. A user could use this for example like here: ``` (eval-after-load "cpputils-mode" (defun cppcm-create-compilation-command (target-path) (concat...
By default `cpputils-cmake` uses `make`, but I think it could not be difficult to allow the user define a different build system. A quick though would be to define a...
sometimes I need check the build and pre-process flags. this should be possible even when the compiling fails. and the content should be placed in kill-ring and clipboard automatically.
As per title