mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 20:43:39 +02:00
Fix linker error for model-baker on Android/Linux
This commit is contained in:
parent
566d09dc9c
commit
9e63caa84a
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
set(TARGET_NAME model-baker)
|
||||
setup_hifi_library()
|
||||
include_hifi_library_headers(shared)
|
||||
include_hifi_library_headers(task)
|
||||
|
||||
link_hifi_libraries(shared task)
|
||||
|
||||
include_hifi_library_headers(gpu)
|
||||
include_hifi_library_headers(graphics)
|
||||
include_hifi_library_headers(hfm)
|
||||
|
|
Loading…
Reference in a new issue