mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 22:43:15 +02:00
10 lines
344 B
CMake
10 lines
344 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 ktx gpu graphics octree model-networking)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(image)
|
|
|
|
target_nsight()
|