mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
16 lines
252 B
CMake
16 lines
252 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
|
|
INCLUDES
|
|
include
|
|
LIBRARY_PLUGIN
|
|
)
|