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

12 lines
276 B
CMake

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