try task link dependency rather than include

This commit is contained in:
Andrew Meadows 2018-02-12 08:56:04 -08:00
parent b6f81a8131
commit f1495d27f6

View file

@ -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()