Hey Hadass, 2010/3/28 hadass yaari <[email protected]>: > Hi, > > I need to add a search directory path + lib for the linker, to the build > configuration of wt. > can you please tell me how to do this?
You can add them to the 'CMAKE_MODULE_LINKER_FLAGS' variable in your CMakeCache.txt, inside the build directory. Is this because Wt does not list the necessary libraries to link against on your system ? Regards, koen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
