Suppressing glew link warnings

This commit is contained in:
Brad Davis 2016-07-06 20:29:35 -07:00
parent 09f2a10613
commit 5be238db08

View file

@ -1,6 +1,10 @@
set(TARGET_NAME render-perf-test)
if (WIN32)
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ignore:4049 /ignore:4217")
endif()
# This is not a testcase -- just set it up as a regular hifi project
setup_hifi_project(Quick Gui OpenGL)
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
@ -10,4 +14,5 @@ link_hifi_libraries(shared octree gl gpu gpu-gl render model model-networking ne
package_libraries_for_deployment()
target_bullet()