mirror of
https://github.com/overte-org/overte.git
synced 2025-05-01 04:03:06 +02:00
21 lines
813 B
CMake
21 lines
813 B
CMake
set(TARGET_NAME entities-renderer)
|
|
setup_hifi_library(Network Script)
|
|
link_hifi_libraries(shared workload gpu shaders procedural graphics material-networking model-networking script-engine render render-utils image qml 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(hfm)
|
|
include_hifi_library_headers(fbx)
|
|
include_hifi_library_headers(entities)
|
|
include_hifi_library_headers(avatars)
|
|
include_hifi_library_headers(controllers)
|
|
include_hifi_library_headers(task)
|
|
include_hifi_library_headers(graphics-scripting) # for Forward.h
|
|
|
|
target_bullet()
|
|
target_polyvox()
|
|
|