Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Add extra arguments to CMake #475

Closed hotpxl closed 6 years ago

hotpxl commented 6 years ago

474

Sarcasm commented 6 years ago

With the name "irony-cmake-extra-args", I had a list in mind, like irony-additional-clang-options, e.g.:

(setq irony-extra-cmake-args '("-G" "Ninja" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON")

I don't really mind it's not a list, but I'm wondering if a more fitting name could be used then, any thoughts?

hotpxl commented 6 years ago

Hmm. Ok I made a list (simpler than coming up with a new name :)

Sarcasm commented 6 years ago

Yeah I had the same issue with finding another name...

Thanks for the patch!