astar/cmake/lib/vector.cmake
Bensuperpc 7d81e22900
Add files
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-01-29 21:08:29 +01:00

11 lines
253 B
CMake
Executable File

cmake_minimum_required(VERSION 3.14.0)
include(FetchContent)
FetchContent_Declare(
vector
GIT_REPOSITORY https://github.com/bensuperpc/vector.git
GIT_TAG 9febb9c84e7b73e6c621afd920dd3c8bb47a130c) # 2022-10-23
FetchContent_MakeAvailable(vector)