mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
15 lines
221 B
CMake
15 lines
221 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
include(ImHexPlugin)
|
|
|
|
add_imhex_plugin(
|
|
NAME
|
|
fonts
|
|
SOURCES
|
|
source/library_fonts.cpp
|
|
source/fonts.cpp
|
|
INCLUDES
|
|
include
|
|
LIBRARY_PLUGIN
|
|
)
|