[Cmake] How to change the default output file name for libraries in Linux

Raghavendra Chandrashekara rc3 at doc.ic.ac.uk
Wed, 07 Apr 2004 19:02:48 +0100


Hi,

Is there a way to change the default library name for the 
ADD_LIBRARY(mylibrary SHARED ${mylibrary_SOURCES}) command. I want to 
create a library which is called mylibrary.dll and not libmylibrary.dll

Thanks,

Raghavendra