Re: [CMake] CMake CUDA 3.8+/9 support as a first class language with out Visual Studio Support... err what?

2017-07-28 Thread Christian Mazakas
I tried using VS solutions and MSBuild but building was still serialized. Ninja is just better for Windows. On Jul 28, 2017 9:06 AM, "Robert Maynard" wrote: > Just to clarify the CUDA and CMake situation. > > CMake 3.8 added the initial first class support of CUDA to

[CMake] Internal Interface Libraries and Header Dependencies

2017-07-12 Thread Christian Mazakas
To give a brief overview of what I'm trying to do, right now I'm working on a project with tests. I want to abstract my implementation into a library that I can then link to when building both a testing binary and an application binary. The issue is, my library is currently header-only. So I

Re: [CMake] CMake CUDA 3.8+/9 support as a first class language with out Visual Studio Support... err what?

2017-07-27 Thread Christian Mazakas
Probably means no more hacky MSBuild custom tasks which can't be parallelized. On Jul 27, 2017 6:07 PM, "Brian Davis" wrote: > > Can someone explain to me the meaning of the statement at: > > https://cmake.org/cmake/help/latest/release/3.8.html?highlight=cuda > > > Make