mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 18:20:49 +02:00
7 lines
149 B
CMake
7 lines
149 B
CMake
set(TARGET_NAME trackers)
|
|
setup_hifi_library()
|
|
GroupSources("src")
|
|
link_hifi_libraries(shared)
|
|
include_hifi_library_headers(octree)
|
|
|
|
target_bullet()
|