cmake : provide binary dir

This commit is contained in:
Georgi Gerganov 2024-05-18 10:50:46 +03:00
parent 99d1e7eb8a
commit 007f2ece0a
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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.