[CMake] CoreGraphics framework

Martin Guillon MGuillon at movea.com
Tue Feb 2 06:05:34 EST 2010


Hi,

I am trying to include CGEvent.h in my cmake project. So I need to include CoreGraphics framework.

So I added
FIND_LIBRARY(APP_SERVICES  ApplicationServices  "/")
FIND_LIBRARY(COREGRAPHICS CoreGraphics "/") in my cmakelists
But the CoreGraphics Framework is in the Application Services Framework so I don't see how to include it :s

I tried #include <ApplicationServices/CoreGraphics/CGEvent.h> or #include <CoreGraphics/CGEvent.h>

But nothing works...

Any help ?

THanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100202/4bfb6d0c/attachment.htm>


More information about the CMake mailing list