1 2set(MULTIBINDINGS_SOURCES 3main.cpp 4) 5 6add_executable(multibindings ${MULTIBINDINGS_SOURCES}) 7target_link_libraries(multibindings fruit) 8