Put the following statement after the target is defined (i.e. after the add_executable or add_library)
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "your name")
See the documentation for more details.
Put the following statement after the target is defined (i.e. after the add_executable or add_library)
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "your name")
See the documentation for more details.