overte-Armored-Dragon/libraries/render/CMakeLists.txt
SamGondelman 2d754edf74 CR
2018-02-15 15:48:41 -08:00

8 lines
216 B
CMake

set(TARGET_NAME render)
AUTOSCRIBE_SHADER_LIB(gpu graphics)
setup_hifi_library()
# render needs octree only for getAccuracyAngle(float, int)
link_hifi_libraries(shared task ktx gpu graphics octree)
target_nsight()