File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,12 @@ target_include_directories(
23
23
qnn_llama_runner PUBLIC ${_common_include_directories}
24
24
)
25
25
target_link_libraries (
26
- qnn_llama_runner qnn_executorch_backend full_portable_ops_lib
27
- extension_data_loader extension_module gflags re2::re2
26
+ qnn_llama_runner
27
+ qnn_executorch_backend
28
+ full_portable_ops_lib
29
+ extension_data_loader
30
+ extension_module
31
+ gflags
32
+ re2::re2
28
33
)
29
34
target_compile_options (qnn_llama_runner PUBLIC ${_common_compile_options} )
Original file line number Diff line number Diff line change @@ -30,8 +30,13 @@ target_include_directories(
30
30
qaihub_llama2_7b_runner PUBLIC ${_common_include_directories}
31
31
)
32
32
target_link_libraries (
33
- qaihub_llama2_7b_runner qnn_executorch_backend executorch_no_prim_ops
34
- extension_data_loader extension_module gflags re2::re2
33
+ qaihub_llama2_7b_runner
34
+ qnn_executorch_backend
35
+ executorch_no_prim_ops
36
+ extension_data_loader
37
+ extension_module
38
+ gflags
39
+ re2::re2
35
40
)
36
41
target_compile_options (
37
42
qaihub_llama2_7b_runner PUBLIC ${_common_compile_options}
Original file line number Diff line number Diff line change @@ -19,8 +19,13 @@ target_include_directories(
19
19
qaihub_stable_diffusion_runner PUBLIC ${_common_include_directories}
20
20
)
21
21
target_link_libraries (
22
- qaihub_stable_diffusion_runner qnn_executorch_backend executorch_no_prim_ops
23
- extension_data_loader extension_module gflags re2::re2
22
+ qaihub_stable_diffusion_runner
23
+ qnn_executorch_backend
24
+ executorch_no_prim_ops
25
+ extension_data_loader
26
+ extension_module
27
+ gflags
28
+ re2::re2
24
29
)
25
30
target_compile_options (
26
31
qaihub_stable_diffusion_runner PUBLIC ${_common_compile_options}
You can’t perform that action at this time.
0 commit comments