Re: [CMake] How to add files to Visual Studio 'Utility' project

2018-02-02 Thread J. Caleb Wherry
ot possible for Java because the command add_jar is >>> implemented using commands add_custom_command and add_custom_target. And >>> command target_sources implies that the target was created by one the >>> commands add_library or add_executable. >>> >>&

Re: [CMake] How to add files to Visual Studio 'Utility' project

2018-02-02 Thread Eric Noulard
gt;> >> >> >> *From: *CMake on behalf of "J. Caleb Wherry" < >> calebwhe...@gmail.com> >> *Date: *Thursday 1 February 2018 at 19:30 >> *To: *CMake ML >> *Subject: *[CMake] How to add files to Visual Studio 'Utility' project >>

Re: [CMake] How to add files to Visual Studio 'Utility' project

2018-02-02 Thread J. Caleb Wherry
s implies that the target was created by one the > commands add_library or add_executable. > > > > > > *From: *CMake on behalf of "J. Caleb Wherry" < > calebwhe...@gmail.com> > *Date: *Thursday 1 February 2018 at 19:30 > *To: *CMake ML > *Su

Re: [CMake] How to add files to Visual Studio 'Utility' project

2018-02-02 Thread CHEVRIER, Marc
Caleb Wherry" Date: Thursday 1 February 2018 at 19:30 To: CMake ML Subject: [CMake] How to add files to Visual Studio 'Utility' project Hello! I am having trouble with a generated VS project that I hope is either a bug or has an easy fix... When using UseJava, the add_jar functio

[CMake] How to add files to Visual Studio 'Utility' project

2018-02-01 Thread J. Caleb Wherry
Hello! I am having trouble with a generated VS project that I hope is either a bug or has an easy fix... When using UseJava, the add_jar function, and Visual Studio 2015, a VS 'Utility' project is created. I then want to add additional non-compiled files to this project so I try to use target_sou