MLECO-6704: Simplifying cmake presets
-
Added cmake presets:
- native : Target is the same as the host/build machine.
- x-android-aarch64 : Target is Android (host machine x86_64 & macOS only).
- x-linux-aarch64 : Target is Linux-aarch64 (host machine & x86 only)
-
By default if the target is llama.cpp & Android we default to BUILD_SHARED_LIBS=ON. Other LLM_FRAMEWORKS default to BUILD_SHARED_LIBS=OFF
-
Updated README.md
Signed-off-by: jerry collins jerry.collins@arm.com Change-Id: I765b766379838ed7e36fc85f087df122e00a1cfd