mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 12:58:37 +02:00
update MeshProxy/SimpleMeshProxy and ScriptableModel ModelScriptingInterface / scriptable::ModelProvider integration update to RC-63 initial graphics-scripting refactoring graphics-scripting baseline commit wip commit Geometry -> MeshPart remove SimpleMeshProxy collapse graphics-utils -> graphics-scripting scriptable::Model => scriptable::ScriptableModel
5 lines
223 B
CMake
5 lines
223 B
CMake
set(TARGET_NAME graphics-scripting)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared networking graphics fbx model-networking script-engine)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(graphics-scripting)
|