mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-19 13:34:16 -04:00
BUILD.gn添加public_configs
Signed-off-by: chenmingxing <chenmingxing4@huawei.com>
This commit is contained in:
@@ -33,6 +33,16 @@ libfuse_source = [
|
||||
|
||||
import("//build/ohos.gni")
|
||||
|
||||
config("libfuse_public_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
include_dirs = [
|
||||
"//third_party/libfuse/include",
|
||||
"//third_party/libfuse/lib",
|
||||
"//third_party/libfuse",
|
||||
]
|
||||
}
|
||||
|
||||
config("libfuse_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
@@ -64,6 +74,7 @@ config("libfuse_config") {
|
||||
|
||||
ohos_shared_library("libfuse") {
|
||||
configs = [ "//third_party/libfuse:libfuse_config" ]
|
||||
public_configs = [ ":libfuse_public_config" ]
|
||||
sources = libfuse_source
|
||||
license_file = "./LGPL2.txt"
|
||||
ldflags = [
|
||||
|
||||
Reference in New Issue
Block a user