Files
imhex/plugins/fonts/CMakeLists.txt
Nik d1840a2184 build: Update ImGui to v1.92.1 (#2325)
Update ImGui to the latest version and rewrite most of the font handling
code
2025-07-10 10:00:39 +02:00

16 lines
254 B
CMake

cmake_minimum_required(VERSION 3.16)
include(ImHexPlugin)
add_imhex_plugin(
NAME
fonts
SOURCES
source/library_fonts.cpp
source/fonts.cpp
source/font_settings.cpp
INCLUDES
include
LIBRARY_PLUGIN
)