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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to