2023-12-23 21:09:41 +01:00
|
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
|
|
|
|
include(ImHexPlugin)
|
|
|
|
|
|
|
|
add_imhex_plugin(
|
|
|
|
NAME
|
|
|
|
ui
|
|
|
|
SOURCES
|
|
|
|
source/library_ui.cpp
|
|
|
|
|
|
|
|
source/ui/hex_editor.cpp
|
|
|
|
source/ui/pattern_drawer.cpp
|
|
|
|
INCLUDES
|
|
|
|
include
|
|
|
|
LIBRARIES
|
|
|
|
libpl-gen
|
2024-01-28 22:14:59 +01:00
|
|
|
fonts
|
2023-12-23 21:09:41 +01:00
|
|
|
LIBRARY_PLUGIN
|
|
|
|
)
|