xref: /aosp_15_r20/external/google-fruit/examples/hello_world/CMakeLists.txt (revision a65addddcf69f38db5b288d787b6b7571a57bb8f)
1
2set(HELLO_WORLD_SOURCES
3main.cpp
4)
5
6add_executable(hello ${HELLO_WORLD_SOURCES})
7target_link_libraries(hello fruit)
8