more HIFI_MEMORY_DEBUGGING fixes

This commit is contained in:
Seth Alves 2017-06-22 13:50:46 -07:00
parent 4c5090e8ac
commit a053a1da4b
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,5 @@
set(TARGET_NAME gl)
setup_hifi_library(OpenGL Qml Quick)
setup_memory_debugger()
link_hifi_libraries(shared networking)
target_opengl()

View file

@ -3,7 +3,7 @@ set(TARGET_NAME "entities-test")
# This is not a testcase -- just set it up as a regular hifi project
setup_hifi_project(Network Script)
setup_memory_debugger()
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
# link in the shared libraries

View file

@ -1,3 +1,4 @@
set(TARGET_NAME ice-client)
setup_hifi_project(Core Widgets)
setup_memory_debugger()
link_hifi_libraries(shared networking)