mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
8 lines
201 B
CMake
8 lines
201 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 gpu model octree)
|
|
|
|
target_nsight()
|