gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Unbuildable component should be included in the Visual Studio solution #978

Closed lacasseio closed 5 years ago

lacasseio commented 5 years ago

Expected Behavior

We should still have a minimum code editing capability when a component isn't buildable in the Visual Studio IDE.

Current Behavior

The unbuildable component are ignored from the Visual Studio IDE solution.

Context

Steps to Reproduce (for bugs)

Your Environment

lacasseio commented 5 years ago

We actually fixed this as part of https://github.com/gradle/gradle-native/issues/472