mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 22:43:40 +02:00
more HIFI_MEMORY_DEBUGGING fixes
This commit is contained in:
parent
4c5090e8ac
commit
a053a1da4b
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
set(TARGET_NAME gl)
|
||||
setup_hifi_library(OpenGL Qml Quick)
|
||||
setup_memory_debugger()
|
||||
link_hifi_libraries(shared networking)
|
||||
|
||||
target_opengl()
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
set(TARGET_NAME ice-client)
|
||||
setup_hifi_project(Core Widgets)
|
||||
setup_memory_debugger()
|
||||
link_hifi_libraries(shared networking)
|
||||
|
|
Loading…
Reference in a new issue