mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 00:02:21 +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(gpu)
|
||||
include_hifi_library_headers(hfm)
|
||||
include_hifi_library_headers(image)
|
||||
|
||||
target_nsight()
|
||||
|
|
|
@ -2,3 +2,5 @@ set(TARGET_NAME model-baker)
|
|||
setup_hifi_library()
|
||||
|
||||
link_hifi_libraries(shared task gpu graphics hfm)
|
||||
|
||||
include_hifi_library_headers(image)
|
||||
|
|
Loading…
Reference in a new issue