mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:13:11 +02:00
10 lines
349 B
CMake
10 lines
349 B
CMake
set(TARGET_NAME render)
|
|
AUTOSCRIBE_SHADER_LIB(gpu graphics)
|
|
setup_hifi_library()
|
|
|
|
# render needs octree only for getAccuracyAngle(float, int), and model-networking for TextureCache
|
|
link_hifi_libraries(shared task ktx gpu graphics octree model-networking)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(image)
|
|
|
|
target_nsight()
|