From 007f2ece0a3e6ed45b02524c47540384e0fce0bc Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 18 May 2024 10:50:46 +0300 Subject: [PATCH] cmake : provide binary dir --- examples/llama.android/app/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama.android/app/src/main/cpp/CMakeLists.txt b/examples/llama.android/app/src/main/cpp/CMakeLists.txt index 89e785e3e..688a4750d 100644 --- a/examples/llama.android/app/src/main/cpp/CMakeLists.txt +++ b/examples/llama.android/app/src/main/cpp/CMakeLists.txt @@ -22,7 +22,7 @@ project("llama-android") ## Also provides "common" #FetchContent_MakeAvailable(llama) -add_subdirectory(../../../../../../) +add_subdirectory(../../../../../../ please-work) # Creates and names a library, sets it as either STATIC # or SHARED, and provides the relative paths to its source code.