[CMake] Specifying linker flags for shared library build

2012-05-29 Thread Jonathan Romero
Hello, I am running a build using cmake using the Meego 1.2 toolchain (long story). This particular toolchain requires the --sysroot option to be used to find any libraries it requires. set (CMAKE_CXX_FLAGS "-fpermissive") set (CMAKE_CXX_LINK_FLAGS "--sysroot=${INTEL_GRAPHICS_SDK_BASE}/s

Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Jonathan Romero
On Wed, Jun 13, 2012 at 10:04 AM, Micha Renner wrote: > Am Mittwoch, den 13.06.2012, 14:51 +0200 schrieb Robert Carnecky: > > Hello, > > > > My Visual Studio 2010 is constantly prompting me to build ZERO_CHECK > > every time I try to run my program, even though nothing has changed. Is > > there a

[CMake] Finding Mali Developer Tools OpenGL ES 2.0 emulator under windows

2012-06-22 Thread Jonathan Romero
I'm trying to build a find module to seek out the EGL library provided as part of the Mali Developer Tool suite under win32. The file I want is at C:/Program Files (x86)/ARM/Mali Developer Tools/OpenGL ES Emulator v1.3.0" I cant for the life of me get it to succeed in finding the path. Am I doin