mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Add Catch2::Catch2 alias for Catch2 CMake target
This commit is contained in:
parent
601ca1c670
commit
f56832d3ea
@ -218,6 +218,7 @@ add_library(Catch2 STATIC
|
||||
${BENCHMARK_HEADERS}
|
||||
${BENCHMARK_SOURCES}
|
||||
)
|
||||
add_library(Catch2::Catch2 ALIAS Catch2)
|
||||
|
||||
if (ANDROID)
|
||||
target_link_libraries(Catch2 INTERFACE log)
|
||||
|
Loading…
Reference in New Issue
Block a user