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> C:\Archivos de programa\MySQL\MySQL Server 5.0\include<br> C:\...\mysql++-3.0.1\lib<br>2. On 'Linker::General::Additional Library Directories':<br>
For the 'Debug' configuration:<br> C:\Archivos de programa\MySQL\MySQL Server 5.0\lib\debug<br> C:\...\mysql++-3.0.1\vc2005\Debug<br> For the 'Release' configuration:<br> C:\Archivos de programa\MySQL\MySQL Server 5.0\lib\opt<br>
C:\...\mysql++-3.0.1\vc2005\Release<br>3. Under "Linker::Input::Additional Dependencies" add the following:<br> For the 'Debug' configuration: libmysql.lib wsock32.lib mysqlpp_d.lib<br> For the 'Release' configuration: 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>