mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
tests: Integrated ImGui Test Engine
This commit is contained in:
@@ -6,7 +6,7 @@ set(AVAILABLE_TESTS
|
||||
Providers/InvalidResize
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} SHARED
|
||||
add_library(${PROJECT_NAME} OBJECT
|
||||
source/main.cpp
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <hex/test/tests.hpp>
|
||||
#include <hex/api/plugin_manager.hpp>
|
||||
#include <content/providers/memory_file_provider.hpp>
|
||||
#include <content/views/view_patches.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user