(executable
 (name foo))

(install
 (section bin)
 (enabled_if (= %{project_root} ""))
 (files (foo.exe as foo.x)))
