mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 05:03:10 +02:00
7 lines
188 B
CMake
7 lines
188 B
CMake
set(TARGET_NAME render)
|
|
setup_hifi_library()
|
|
|
|
# render needs octree only for getAccuracyAngle(float, int)
|
|
link_hifi_libraries(shared task ktx gpu shaders graphics octree)
|
|
|
|
target_nsight()
|