<div dir="ltr"><div>I have a working hello world cmake + built-in Android using nvidia nsight tegra.  It uses SDL2.</div><div><br></div><div>Unfortunately, after I run cmake I have to manually edit the following in my vcxproj to add SDL2:</div><div><br></div><div>Configuration Properties > Ant Build > Native Library Directories, Native Library Dependencies</div><div><br></div><div>I found this post ( <a href="http://bit.ly/1NTgTE3">http://bit.ly/1NTgTE3</a> ) from May 5th (3 months 20 days ago) describing the same issue.  Is there an ETA on this?</div><div><br></div><div>Since this isn't out yet, is there a work-around I can do instead?  So far my best idea is to have cmake use add_custom_command() as a post-build step to call a python script that edits the vcxproj file XML.</div><div><br></div><div><div>    <AntBuild></div><div>      <AntBuildPath>[path]\build-android\android-project</AntBuildPath></div><div>      <AndroidManifestLocation>[path]\build-android\android-project\AndroidManifest.xml</AndroidManifestLocation></div><div>      <NativeLibDirectories>../../../SDL2-2.0.3/libs/armeabi-v7a</NativeLibDirectories></div><div>      <NativeLibDependencies>SDL2</NativeLibDependencies></div><div>    </AntBuild></div></div><div><br></div><div>thank you</div><div><br></div></div>