try to fix cmake error

This commit is contained in:
SamGondelman 2016-06-10 14:09:04 -07:00
parent 53435fc730
commit 7b21d71180

View file

@ -1,5 +1,5 @@
set(TARGET_NAME procedural)
AUTOSCRIBE_SHADER_LIB(gpu model)
AUTOSCRIBE_SHADER_LIB(gpu model procedural)
setup_hifi_library()
link_hifi_libraries(shared gpu gpu-gl networking model model-networking)