set(TARGET_NAME render-utils-tests) setup_hifi_project(Quick Gui OpenGL) include_glm() #include_oglplus() # link in the shared libraries link_hifi_libraries(render-utils gpu shared) if (WIN32) # we're using static GLEW, so define GLEW_STATIC add_definitions(-DGLEW_STATIC) endif () #link_libraries(animation fbx shared gpu) include_dependency_includes()