1
0
mirror of synced 2024-12-14 08:42:54 +01:00
ImHex/lib/third_party/imgui/fonts/CMakeLists.txt

13 lines
322 B
CMake

cmake_minimum_required(VERSION 3.16)
# https://unifoundry.com/unifont/index.html
# https://github.com/microsoft/vscode-codicons
# https://github.com/FortAwesome/Font-Awesome
project(imgui_fonts)
set(CMAKE_CXX_STANDARD 17)
add_library(imgui_fonts INTERFACE)
target_include_directories(imgui_fonts INTERFACE
include
)