RE: [CMake] Set prefix/suffix globally?

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
> Filipe Sousa wrote: > > Kishore, Jonnalagadda (IE10) wrote: > >> Is it possible to set the prefix and suffix to "lib" and ".a" for all > >> libraries and ".elf" suffix to all executables? > > > > CMAKE_STATIC_LIBRARY_PREFIX > > CMAKE_STATIC_LIBRARY_SUFFIX > > CMAKE_SHARED_LIBRARY_PREFIX > > CMAK

Re: [CMake] Set prefix/suffix globally?

2007-03-21 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filipe Sousa wrote: > Kishore, Jonnalagadda (IE10) wrote: >> Is it possible to set the prefix and suffix to "lib" and ".a" for all >> libraries and ".elf" suffix to all executables? > > CMAKE_STATIC_LIBRARY_PREFIX > CMAKE_STATIC_LIBRARY_SUFFIX > CMAKE

Re: [CMake] Set prefix/suffix globally?

2007-03-21 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kishore, Jonnalagadda (IE10) wrote: > Is it possible to set the prefix and suffix to "lib" and ".a" for all > libraries and ".elf" suffix to all executables? CMAKE_STATIC_LIBRARY_PREFIX CMAKE_STATIC_LIBRARY_SUFFIX CMAKE_SHARED_LIBRARY_PREFIX CMAKE_SHA

[CMake] Set prefix/suffix globally?

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
Is it possible to set the prefix and suffix to "lib" and ".a" for all libraries and ".elf" suffix to all executables? As mentioned in an earlier mail, I am having trouble with the executable trying to link to libraries with .lib suffix. Warm regards, Kishore __