add_executable(ConvertibleBonds ConvertibleBonds.cpp)
target_link_libraries(ConvertibleBonds ql_library ${QL_EXAMPLES_LIBRARIES})
if (QL_INSTALL_EXAMPLES)
    install(TARGETS ConvertibleBonds RUNTIME DESTINATION ${QL_INSTALL_EXAMPLESDIR})
endif()
