[EMAIL PROTECTED] wrote: > Hi again, > > I have some trouble linking to libraries shipped with the sdk. > > 1. There is a > "c:/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/ARMV5/UREL/usrt2_2.lib" [snip] > 2. the "original" linker command produced by the Symbian make system > involves .dso files: > : arm-none-symbianelf-ld ... > \Symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\ARMV5\LIB\libc.dso ..
Both of these are cases where you want to pass the full path to a library to the linker, right? Have you tried just passing the full paths to target_link_libraries? -Brad _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
