Re: [cmake-developers] nvidia nsight tegra set vcxproj properties (Ant Build) in cmake file

2015-08-28 Thread Dmitry Polyanitsa
Hi Peter, We’ll look into that and get back to you! -Dmitry From: Peter List [mailto:pem.l...@gmail.com] Sent: Friday, August 28, 2015 8:45 AM To: Dmitry Polyanitsa dpolyani...@nvidia.com Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] nvidia nsight tegra set vcxproj properties

Re: [cmake-developers] nvidia nsight tegra set vcxproj properties (Ant Build) in cmake file

2015-08-27 Thread Dmitry Polyanitsa
I’m glad you like it ☺ BTW generating for VS2013 + Nsight Tegra should already be supported in CMake. Support for VS2015 will be added to Nsight Tegra in the next release. -Dmitry From: Peter List [mailto:pem.l...@gmail.com] Sent: Thursday, August 27, 2015 1:36 AM To: Dmitry Polyanitsa

Re: [cmake-developers] nvidia nsight tegra set vcxproj properties (Ant Build) in cmake file

2015-08-26 Thread Dmitry Polyanitsa
Hi Peter, Note the commit Brad mentioned in another thread: VS: Add more Nsight Tegra generator Android property settings http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8c0afaf4 It adds the ability to set both Native Library Directories and Native Library Dependencies, among other

Re: [cmake-developers] [PATCH] Extended Nsight Tegra support for CMake

2015-07-13 Thread Dmitry Polyanitsa
I've reviewed the patch and tried it locally - looks good. -Dmitry -Original Message- From: Mikhail Filimonov Sent: Monday, July 13, 2015 7:45 PM To: cmake-developers@cmake.org Subject: RE: [cmake-developers] [PATCH] Extended Nsight Tegra support for CMake I've improved the patch

Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-18 Thread Dmitry Polyanitsa
We're definitely planning to do this, but it's a big action item and we're still prioritizing it. -Dmitry -Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of Brad King Sent: Tuesday, March 17, 2015 9:44 PM To: Robert Goulet Cc:

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-13 Thread Dmitry Polyanitsa
No problem, I'm glad it worked for you in the end :) -Dmitry -Original Message- From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, January 13, 2015 8:40 PM To: Dmitry Polyanitsa Cc: Brad King; Justin Borodinsky; cmake-developers@cmake.org Subject: RE: [cmake

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-13 Thread Dmitry Polyanitsa
task, but we could provide you with the latter directly via email/FTP. How does that sound? -Dmitry -Original Message- From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, January 13, 2015 7:09 PM To: Dmitry Polyanitsa; Brad King Cc: Justin Borodinsky; cmake-developers

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-13 Thread Dmitry Polyanitsa
to the -Wl flags in Nsight Tegra. -Dmitry -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Monday, January 12, 2015 9:06 PM To: Robert Goulet Cc: Justin Borodinsky; cmake-developers@cmake.org; Dmitry Polyanitsa Subject: Re: [cmake-developers] target_link_libraries

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-13 Thread Dmitry Polyanitsa
most of the processing in the build tasks DLL, which is written in C#, so you cannot easily alter things there. -Dmitry -Original Message- From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, January 13, 2015 6:37 PM To: Brad King Cc: Dmitry Polyanitsa; Justin Borodinsky

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-13 Thread Dmitry Polyanitsa
options are compatible with VC++ ones in terms of the metadata name, i.e. it's Link.AdditionalOptions. -Dmitry -Original Message- From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, January 13, 2015 6:52 PM To: Dmitry Polyanitsa; Brad King Cc: Justin Borodinsky; cmake

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-18 Thread Dmitry Polyanitsa
Polyanitsa Cc: Robert Goulet; cmake-developers@cmake.org Subject: Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names On 12/17/2014 09:22 AM, Dmitry Polyanitsa wrote: adds ANDROID_API_MIN/CMAKE_ANDROID_API_MIN which will allow you to set the Min Android API Level in your

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-17 Thread Dmitry Polyanitsa
:36 PM To: Dmitry Polyanitsa; Brad King Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers] CMake 3.1 Android - generator expressions and output names Yes but in our case, we target API 19 (4.4), and min seems to defaults to 9 (2.3) with CMake, and if we leave the native API to use

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
for this - please try updating CMake to a newer RC or nightly and see if the problem goes away. -Dmitry From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, December 16, 2014 12:02 AM To: Dmitry Polyanitsa; Brad King Cc: cmake-developers@cmake.org Subject: RE: [cmake-developers

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
Polyanitsa; cmake-developers@cmake.org Subject: Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names On 12/16/2014 06:58 AM, Dmitry Polyanitsa wrote: 3.0r4 has added a popup when opening the solution in Visual Studio stating that the project files generated needs

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-16 Thread Dmitry Polyanitsa
to switch it back to Use Min. We will show a warning if the Native and Min API Levels are not the same (Google's ndk-build does it as well). -Dmitry -Original Message- From: Robert Goulet [mailto:robert.gou...@autodesk.com] Sent: Tuesday, December 16, 2014 6:58 PM To: Dmitry Polyanitsa

[cmake-developers] Update Nsight Tegra Project Revision Number

2014-11-13 Thread Dmitry Polyanitsa
Hello, I'd like to update the project rev number from 8 to 9 for the Nsight Tegra 2.0 projects. We had the need to increase the project number in a hotfix and would like CMake to emit that number as well. No other changes are needed. Attached is the formatted patch for the proposed change.

Re: [cmake-developers] Update Nsight Tegra Project Revision Number

2014-11-13 Thread Dmitry Polyanitsa
Thank you! -Dmitry -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Thursday, November 13, 2014 10:08 PM To: Dmitry Polyanitsa Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Update Nsight Tegra Project Revision Number On 11/13/2014 01:08 PM