1 2 3 4 5
add_executable(yawa yawa.c) target_link_libraries (yawa X11) target_link_libraries (yawa Imlib2) install(TARGETS yawa DESTINATION bin)