mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 20:43:39 +02:00
Fix cross-platform linker errors in model-baker
This commit is contained in:
parent
7c0f921eed
commit
332a195fa3
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
set(TARGET_NAME model-baker)
|
||||
setup_hifi_library()
|
||||
|
||||
link_hifi_libraries(shared task)
|
||||
link_hifi_libraries(shared task gpu graphics)
|
||||
|
||||
include_hifi_library_headers(gpu)
|
||||
include_hifi_library_headers(graphics)
|
||||
include_hifi_library_headers(hfm)
|
||||
|
|
Loading…
Reference in a new issue