On 10/20/07, Mathias Baumann <[EMAIL PROTECTED]> wrote: > Hi there, > I got a lib (icu), this lib provides also a icu-config script/binary which > tells me the compiler/linker flags.. > So i can use icu-config --ldflags to find out the parameter for the linker. > And here comes the problem. How can i either pass these parameters to the > linker, or extract the libs out of the string?
EXECUTE_PROCESS? ADD_CUSTOM_COMMAND? Depends when you want the info. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
