mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 21:08:46 +02:00
18 lines
630 B
CMake
18 lines
630 B
CMake
set(TARGET_NAME physics)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared workload entities shaders)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(avatars)
|
|
include_hifi_library_headers(octree)
|
|
include_hifi_library_headers(material-networking)
|
|
include_hifi_library_headers(model-networking)
|
|
include_hifi_library_headers(procedural)
|
|
include_hifi_library_headers(image)
|
|
include_hifi_library_headers(ktx)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(model-serializers)
|
|
include_hifi_library_headers(graphics)
|
|
|
|
target_bullet()
|