mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
external: Add Catch2 header.
This commit is contained in:
parent
fb103659ef
commit
e011e86fb9
3
src/external/CMakeLists.txt
vendored
3
src/external/CMakeLists.txt
vendored
|
@ -16,3 +16,6 @@ endif()
|
||||||
|
|
||||||
add_library(xrt-external-flexkalman INTERFACE)
|
add_library(xrt-external-flexkalman INTERFACE)
|
||||||
target_include_directories(xrt-external-flexkalman INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/flexkalman)
|
target_include_directories(xrt-external-flexkalman INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/flexkalman)
|
||||||
|
|
||||||
|
add_library(xrt-external-catch2 INTERFACE)
|
||||||
|
target_include_directories(xrt-external-catch2 INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/Catch2)
|
||||||
|
|
17706
src/external/Catch2/catch/catch.hpp
vendored
Normal file
17706
src/external/Catch2/catch/catch.hpp
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue