Files
imhex/plugins/ui/CMakeLists.txt
2024-11-29 17:37:02 +01:00

21 lines
347 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
source/ui/visualizer_drawer.cpp
INCLUDES
include
LIBRARIES
libpl-gen
fonts
LIBRARY_PLUGIN
)