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