Re: Cmake does not generate visual studio project for example storage engine
Bjorn Munch <[email protected]> Mon, 22 Oct 2012 11:15:41 +0200
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Organization | Oracle Corp. |
| Message-ID | <[email protected]> |
On 22/10 11.07, Shaukat Mahmood Ahmad wrote: > Dear All, > > When I run cmake to generate Visual Studio Solution / Projects from > MySQL Source tree it does not generate visual studio project > (example.vcxproj) for example storage engine > (\mysql-5.6.7-rc\storage\example), however following projects are > regenerated at (\mysql-5.6.7-rc\storage\example) In 5.6, the example storage engine is no longer built by default. > What changes are required in cmake files to generate example.vcxproj? Try adding -DWITH_EXAMPLE_STORAGE_ENGINE=ON to the cmake command. I didn't verify this on Windows but it worked on Solaris. - Bjorn Munch -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals