Copied from the file cmake/WtFindMysqlpp.txt:

IF(MYSQLPP_LIBRARIES
    AND MYSQLPP_INCLUDE
    AND MYSQL_INCLUDE)
  SET(MYSQLPP_FOUND TRUE)

So you need the path to mysql.h too.

Regards,
Wim.

2009/12/16 OvermindDL1 <[email protected]>:
> I have been trying to get the hangman example to built (just to see
> it, I have already practically memorized its code), but CMake refuses
> to build it until it detects mysql++-2.x.
>
> I have tried putting the proper directories into MYSQLPP_INCLUDE and
> MYSQLPP_LIBRARIES that point directly to the includes and .lib's
> respectively of both the latest mysql++ 2.x line (2.3.2) and of the
> latest mysql++ line overall (3.0.9), but CMake never seems to detect
> it.  What is going on?
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to