mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
🔧 Disabled gpu-frame-player and vhacd-util
These projects are broken at the moment
This commit is contained in:
parent
96c2916583
commit
af913636a3
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
return()
|
||||
set(TARGET_NAME gpu-frame-player)
|
||||
|
||||
setup_memory_debugger()
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
return()
|
||||
set(TARGET_NAME vhacd-util)
|
||||
setup_hifi_project(Core)
|
||||
link_hifi_libraries(shared model-serializers hfm graphics gpu gl)
|
||||
|
|
Loading…
Reference in a new issue