You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
493 B

2 years ago
if(TARGET tight_inclusion::tight_inclusion)
return()
endif()
message(STATUS "Third-party: creating target 'tight_inclusion::tight_inclusion'")
include(FetchContent)
FetchContent_Declare(
tight_inclusion
GIT_REPOSITORY https://github.com/Continuous-Collision-Detection/Tight-Inclusion.git
GIT_TAG b913416aecf1bbb8a51726039dcb94f395849cab
GIT_SHALLOW FALSE
)
FetchContent_MakeAvailable(tight_inclusion)
add_library(tight_inclusion::tight_inclusion ALIAS tight_inclusion)