How to compile header unit using CMake?
I would like to use third party headers as header units. Each header would be compiled into a static library so that other code can easily depend on it. As far as I know, there is nothing automatic and custom code is required.