From: Dave A. <ai...@gm...> - 2010-04-09 06:46:37
|
So I don't understand cmake, but there is a lot of implicit linking going on in piglit, and in Fedora 13 our linker doesn't like that anymore. So for example the fp-rfl test uses sqrt which means it needs to link to libm not get libm via other links, glx-multithread needs to link to pthread etc. How do I add per-app linking clauses to the cmake files? Dave. |