Home | History | Annotate | Download | only in multibindings
      1 
      2 set(MULTIBINDINGS_SOURCES
      3 main.cpp
      4 )
      5 
      6 add_executable(multibindings ${MULTIBINDINGS_SOURCES})
      7 target_link_libraries(multibindings fruit)
      8