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