6 lines
80 B
CMake
6 lines
80 B
CMake
cmake_policy(SET CMP0169 OLD)
|
|
|
|
include(FetchContent)
|
|
|
|
FetchContent_Populate(t1)
|