Re: [CMake] Saving clang output to file when cmake is used with CLion

2017-04-13 Thread Dan Liew
Hi, On 13 April 2017 at 01:35, mike lojkovic wrote: > I have a script I'm using to figure out which headers should be in my > precompiled header. It requires the clang -H flag passed to work. I'm > able to get the output on the console without issue, but can't figure > out how to just pass clang'

[CMake] Saving clang output to file when cmake is used with CLion

2017-04-12 Thread mike lojkovic
I have a script I'm using to figure out which headers should be in my precompiled header. It requires the clang -H flag passed to work. I'm able to get the output on the console without issue, but can't figure out how to just pass clang's output to a file for my script to analyze. redirecting the c