1
0
mirror of synced 2024-09-24 11:38:26 +02:00
ImHex/plugins/ui/CMakeLists.txt

20 lines
307 B
CMake

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
fonts
LIBRARY_PLUGIN
)