[build] cmake: Use FetchContent instead of ExternalProject (#4714)

Also switch to using thirdparty-fonts instead of generating them.
This commit is contained in:
Peter Johnson
2022-11-26 23:05:41 -08:00
committed by GitHub
parent 1da84b2255
commit 51fa3e851f
6 changed files with 132 additions and 157 deletions

7
imgui/src/stb_image.cpp Normal file
View File

@@ -0,0 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#define STBI_WINDOWS_UTF8
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"