mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 08:56:57 +02:00
try task link dependency rather than include
This commit is contained in:
parent
b6f81a8131
commit
f1495d27f6
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ AUTOSCRIBE_SHADER_LIB(gpu graphics)
|
|||
setup_hifi_library()
|
||||
|
||||
# render needs octree only for getAccuracyAngle(float, int)
|
||||
link_hifi_libraries(shared ktx gpu graphics octree)
|
||||
include_hifi_library_headers(task)
|
||||
link_hifi_libraries(shared task ktx gpu graphics octree)
|
||||
|
||||
target_nsight()
|
||||
|
|
Loading…
Reference in a new issue