cake
cake copied to clipboard
No support for gcc-style `-isystem`
Im not sure this is within cake's scope, but cake currently does not support -isystem-style include arguments.
CMake uses this style includes for SYSTEM include directories, and also for external dependencies found through find_package.
(find_package is the CMake-way to find an external library/header, to which you can then link later)