On 1/12/2015 12:39 PM, Robert Goulet wrote: > the generated line in the .vcxproj file looks correct : > > <AdditionalDependencies>android;dl;EGL;GLESv3;OpenSLES;-Wl,--start-group;libfoo.a;libbar.a;-Wl,--end-group</AdditionalDependencies> > > So now I am guessing the problem is in the glue that adds support of Android > to the VS IDE? > Where is the code that translate a link library into the command line, such > as "libfoo.a" to "-lfoo"?
That is in the Nsight Tegra implementation AFAIK. Here is a related change already in 3.1.0: VS: Fix Tegra-Android platform linking of libraries by name http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=178f56a5 Dmitry, how does Nsight Tegra transform these flags? Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
