mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 21:55:25 +02:00
trying to fix build
This commit is contained in:
parent
6d3e23a7fe
commit
f4f687cf83
2 changed files with 2 additions and 2 deletions
libraries
|
@ -1,6 +1,6 @@
|
|||
set(TARGET_NAME avatars-renderer)
|
||||
setup_hifi_library(Network Script)
|
||||
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking script-engine render render-utils image trackers entities-renderer)
|
||||
link_hifi_libraries(shared shaders gpu graphics animation material-networking model-networking script-engine render render-utils image trackers entities-renderer physics)
|
||||
include_hifi_library_headers(avatars)
|
||||
include_hifi_library_headers(networking)
|
||||
include_hifi_library_headers(hfm)
|
||||
|
@ -8,7 +8,6 @@ include_hifi_library_headers(fbx)
|
|||
include_hifi_library_headers(recording)
|
||||
include_hifi_library_headers(ktx)
|
||||
include_hifi_library_headers(procedural)
|
||||
include_hifi_library_headers(physics)
|
||||
include_hifi_library_headers(audio)
|
||||
include_hifi_library_headers(entities)
|
||||
include_hifi_library_headers(octree)
|
||||
|
|
|
@ -271,6 +271,7 @@ public:
|
|||
|
||||
Material();
|
||||
Material(const Material& material);
|
||||
virtual ~Material() = default;
|
||||
Material& operator= (const Material& material);
|
||||
|
||||
const MaterialKey& getKey() const { return _key; }
|
||||
|
|
Loading…
Reference in a new issue