blob: 5a154adcdb0a9b97dc94b977fe5d2fa9f1153823 [file] [log] [blame]
set(HELLO_WORLD_SOURCES
main.cpp
)
add_executable(hello ${HELLO_WORLD_SOURCES})
target_link_libraries(hello fruit)