mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
22 lines
853 B
CMake
22 lines
853 B
CMake
set(TARGET_NAME entities-renderer)
|
|
AUTOSCRIBE_SHADER_LIB(gpu model procedural render render-utils)
|
|
setup_hifi_library(Widgets Network Script)
|
|
link_hifi_libraries(shared gpu procedural model model-networking script-engine render render-utils image ui)
|
|
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)
|
|
|
|
target_bullet()
|
|
|
|
add_dependency_external_projects(polyvox)
|
|
find_package(PolyVox REQUIRED)
|
|
target_include_directories(${TARGET_NAME} SYSTEM PUBLIC ${POLYVOX_INCLUDE_DIRS})
|
|
target_link_libraries(${TARGET_NAME} ${POLYVOX_LIBRARIES})
|
|
|