Ralf Habacker wrote:
May be the following (new) properties

OUTPUT_RUNTIME_NAME
OUTPUT_ARCHIVE_NAME
OUTPUT_LIBRARY_NAME

which enforce the developer to change individual types of generated files would solve this problem in a generic way

Good idea.  We already do this for the output directory, so why not
for the output name?  Please submit a feature request here:

  http://www.cmake.org/Bug

and send me the bug number.

You can tweak the name of the import library by setting the IMPORT_PREFIX
and/or IMPORT_SUFFIX properties on the target:

set_target_properties(k3b_bin PROPERTIES IMPORT_SUFFIX _bin)
Using this property removes the extension - The doc says

Oops, you're right.  My bad.  I guess you can use your workaround for now.

-Brad
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to