mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
remove glm include where no longer required
This commit is contained in:
parent
263afdd22c
commit
9c13bec476
6 changed files with 0 additions and 12 deletions
|
@ -2,8 +2,6 @@ set(TARGET_NAME metavoxel-tests)
|
|||
|
||||
auto_mtc()
|
||||
|
||||
include_glm()
|
||||
|
||||
setup_hifi_project(Network Script Widgets)
|
||||
|
||||
# link in the shared libraries
|
||||
|
|
|
@ -2,8 +2,6 @@ set(TARGET_NAME octree-tests)
|
|||
|
||||
setup_hifi_project(Script Network)
|
||||
|
||||
include_glm()
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared octree gpu model fbx metavoxels networking entities avatars audio animation script-engine physics)
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ set(TARGET_NAME render-utils-tests)
|
|||
|
||||
setup_hifi_project(Quick Gui OpenGL)
|
||||
|
||||
include_glm()
|
||||
|
||||
#include_oglplus()
|
||||
|
||||
# link in the shared libraries
|
||||
|
|
|
@ -2,8 +2,6 @@ set(TARGET_NAME shared-tests)
|
|||
|
||||
setup_hifi_project()
|
||||
|
||||
include_glm()
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared)
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
set(TARGET_NAME bitstream2json)
|
||||
setup_hifi_project(Widgets Script)
|
||||
|
||||
include_glm()
|
||||
|
||||
link_hifi_libraries(metavoxels)
|
||||
|
||||
include_dependency_includes()
|
|
@ -1,8 +1,6 @@
|
|||
set(TARGET_NAME json2bitstream)
|
||||
setup_hifi_project(Widgets Script)
|
||||
|
||||
include_glm()
|
||||
|
||||
link_hifi_libraries(metavoxels)
|
||||
|
||||
include_dependency_includes()
|
Loading…
Reference in a new issue