Hello,<br><br>I want to generate a CMakeLists.txt which configures a visual studio 2005 project with the libraries needed to use MySQL++.<br><br>The changes I have to manually do with visual studio properties window are the following:<br>
<br>1. Append the following to 'C/C++::General::Additional Include Directories' and add this two:<br>&nbsp;&nbsp;&nbsp; C:\Archivos de programa\MySQL\MySQL Server 5.0\include<br>&nbsp;&nbsp;&nbsp; C:\...\mysql++-3.0.1\lib<br>2. On &#39;Linker::General::Additional Library Directories&#39;:<br>
&nbsp;&nbsp;&nbsp; For the &#39;Debug&#39; configuration:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Archivos de programa\MySQL\MySQL Server 5.0\lib\debug<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\...\mysql++-3.0.1\vc2005\Debug<br>&nbsp;&nbsp;&nbsp; For the &#39;Release&#39; configuration:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Archivos de programa\MySQL\MySQL Server 5.0\lib\opt<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\...\mysql++-3.0.1\vc2005\Release<br>3. Under "Linker::Input::Additional Dependencies" add the following:<br>&nbsp;&nbsp;&nbsp; For the &#39;Debug&#39; configuration:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libmysql.lib wsock32.lib mysqlpp_d.lib<br>&nbsp;&nbsp;&nbsp; For the &#39;Release&#39; configuration:&nbsp;&nbsp;&nbsp; libmysql.lib wsock32.lib mysqlpp.lib<br>
<br><br>Can anybody help me? Thank you so much.<br><br><font size="2">Yours faithfully.</font><br><br><br>Iván García Martínez.<br>