Hi,
I have a project which includes many sub-projects. Each sub-project
generates a static library. In the main project, I want to combine the
generated objs, generated static libraries from other sub-projects, and
some other third party static libraries together into a single static
library. Is t
Hi folks,
I am trying to generate a Visual Studio C# project with CMake.
This is what I have so far:
|cmake_minimum_required(VERSION 3.10)
project(myProject VERSION 0.1.0LANGUAGES CSharp)
add_library(myLib SHARED src/file1.cs src/file2.cs src/file3.cs)
set_property(TARGET myLib PROP
In news CUDA 10 release notes include the statement:
- Starting with CUDA 10.0, nvcc supports all versions of Visual Studio 2017
(past and upcoming updates)
So the problems of matching VS versions and CUDA versions should be behind
us.
On Sat, Aug 18, 2018 at 11:56 AM Brian Davis wrote:
>
> Wi