mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
cmake: Remove extra empty lines [NFC]
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
98a5b18e0f
commit
b466d1d338
|
@ -45,11 +45,9 @@ if(XRT_HAVE_OPENCV)
|
|||
)
|
||||
if(XRT_BUILD_DRIVER_PSMV)
|
||||
target_sources(aux_tracking PRIVATE t_tracker_psmv_fusion.hpp t_tracker_psmv.cpp)
|
||||
|
||||
endif()
|
||||
if(XRT_BUILD_DRIVER_PSVR)
|
||||
target_sources(aux_tracking PRIVATE t_tracker_psvr.cpp)
|
||||
|
||||
endif()
|
||||
target_include_directories(aux_tracking SYSTEM PRIVATE ${OpenCV_INCLUDE_DIRS})
|
||||
target_link_libraries(
|
||||
|
|
Loading…
Reference in a new issue