mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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
19 lines
785 B
CMake
19 lines
785 B
CMake
set(TARGET_NAME entities-renderer)
|
|
AUTOSCRIBE_SHADER_LIB(gpu graphics procedural render render-utils)
|
|
setup_hifi_library(Widgets Network Script)
|
|
link_hifi_libraries(shared gpu procedural graphics model-networking script-engine render render-utils image ui pointers)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gl)
|
|
include_hifi_library_headers(ktx)
|
|
include_hifi_library_headers(octree)
|
|
include_hifi_library_headers(audio)
|
|
include_hifi_library_headers(physics)
|
|
include_hifi_library_headers(animation)
|
|
include_hifi_library_headers(fbx)
|
|
include_hifi_library_headers(entities)
|
|
include_hifi_library_headers(avatars)
|
|
include_hifi_library_headers(controllers)
|
|
include_hifi_library_headers(graphics-scripting) # for ScriptableModel.h
|
|
|
|
target_bullet()
|
|
target_polyvox()
|