mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
17 lines
285 B
CMake
17 lines
285 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
|
|
source/font_loader.cpp
|
|
INCLUDES
|
|
include
|
|
LIBRARY_PLUGIN
|
|
)
|