mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
build: Added precompiled headers
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <hex.hpp>
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
namespace hex::plugin::disasm {
|
||||
|
||||
@@ -13,6 +13,7 @@ add_imhex_plugin(
|
||||
INCLUDES
|
||||
include
|
||||
LIBRARIES
|
||||
libpl
|
||||
libpl-gen
|
||||
fonts
|
||||
LIBRARY_PLUGIN
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
namespace hex::ui {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user