mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 06:46:58 +02:00
fix solo render compile
This commit is contained in:
parent
fc8fad0753
commit
7c45ed043e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
set(TARGET_NAME render)
|
||||
AUTOSCRIBE_SHADER_LIB(gpu model)
|
||||
setup_hifi_library()
|
||||
link_hifi_libraries(shared gpu model)
|
||||
|
||||
# render needs octree only for getAccuracyAngle(float, int)
|
||||
link_hifi_libraries(shared gpu model octree)
|
||||
|
||||
target_nsight()
|
||||
|
|
Loading…
Reference in a new issue