117eb1e2a7
Fixes #1260
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/font_loader.cpp
|
|
source/fonts.cpp
|
|
source/font_settings.cpp
|
|
INCLUDES
|
|
include
|
|
LIBRARY_PLUGIN
|
|
)
|