mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
Add two missing CMake includes
This commit is contained in:
parent
b2af6d1374
commit
b2e3b87ef4
2 changed files with 3 additions and 0 deletions
|
@ -4,5 +4,6 @@ link_hifi_libraries(shared graphics fbx)
|
||||||
include_hifi_library_headers(networking)
|
include_hifi_library_headers(networking)
|
||||||
include_hifi_library_headers(gpu)
|
include_hifi_library_headers(gpu)
|
||||||
include_hifi_library_headers(hfm)
|
include_hifi_library_headers(hfm)
|
||||||
|
include_hifi_library_headers(image)
|
||||||
|
|
||||||
target_nsight()
|
target_nsight()
|
||||||
|
|
|
@ -2,3 +2,5 @@ set(TARGET_NAME model-baker)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
|
|
||||||
link_hifi_libraries(shared task gpu graphics hfm)
|
link_hifi_libraries(shared task gpu graphics hfm)
|
||||||
|
|
||||||
|
include_hifi_library_headers(image)
|
||||||
|
|
Loading…
Reference in a new issue