mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
a/vive: Order CMakeLists.txt files [NFC]
This commit is contained in:
parent
d984950be1
commit
62c483301c
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
aux_vive STATIC
|
aux_vive STATIC
|
||||||
|
vive_bindings.c
|
||||||
|
vive_bindings.h
|
||||||
vive_calibration.c
|
vive_calibration.c
|
||||||
vive_calibration.h
|
vive_calibration.h
|
||||||
vive_config.h
|
vive_config.h
|
||||||
vive_config.c
|
vive_config.c
|
||||||
vive_bindings.c
|
|
||||||
vive_bindings.h
|
|
||||||
vive_poses.h
|
vive_poses.h
|
||||||
vive_poses.c
|
vive_poses.c
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue