Hi Peter,
Seems like CMake is continuing to pass cmd line args that are only suitable for
the default msvc compiler, which clang is treating as invalid paths. You need
to override more than just the C_COMPILER. Try the instructions here:
http://stackoverflow.com/questions/38171878/how-do-i-tell
I am trying to use cmake to generate a "Nmake Makefiles" project in a Windows
10 VS2015 (update 3) environment using the VS2015 clang compiler (which is
the MS Clang/C2 compiler, version 3.8.0), but in doing so receive these
errors :
C:\Qsync\Source\Hello_World_C\build\clang_x64_nmake>cmake -G "NM
Hi Frank,
I got curious about this myself, and it looks like the checkbox alters the
following in the .pbxproj:
TargetAttributes = {
2BA1B86D1DE33AA300073B96 = {
CreatedOnTools
> On Nov 21, 2016, at 5:04 AM, Michael Jackson
> wrote:
>
> Is there a command or variable or a code snippet from someone that
> essentially has a list of all the "include_directories" that have been
> used/created in a given project? Or can I get a list of all the
> targets(created and impo
Is there a command or variable or a code snippet from someone that
essentially has a list of all the "include_directories" that have been
used/created in a given project? Or can I get a list of all the
targets(created and imported) and then get the list of
"include_directories" from those targe