mirror of
https://github.com/overte-org/overte.git
synced 2025-05-05 08:22:48 +02:00
18 lines
616 B
CMake
18 lines
616 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(fbx)
|
|
include_hifi_library_headers(graphics)
|
|
|
|
target_bullet()
|