mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:30:33 +02:00
13 lines
275 B
CMake
13 lines
275 B
CMake
set(TARGET_NAME physics-tests)
|
|
|
|
setup_hifi_project()
|
|
|
|
add_dependency_external_projects(glm)
|
|
find_package(GLM REQUIRED)
|
|
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
|
|
|
include_bullet()
|
|
|
|
link_hifi_libraries(shared physics)
|
|
|
|
include_dependency_includes()
|