mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 09:42:06 +02:00
Suppressing glew link warnings
This commit is contained in:
parent
09f2a10613
commit
5be238db08
1 changed files with 5 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue