mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:47:02 +02:00
8 lines
205 B
CMake
8 lines
205 B
CMake
set(TARGET_NAME render)
|
|
AUTOSCRIBE_SHADER_LIB(gpu model)
|
|
setup_hifi_library()
|
|
|
|
# render needs octree only for getAccuracyAngle(float, int)
|
|
link_hifi_libraries(shared ktx gpu model octree)
|
|
|
|
target_nsight()
|