diff options
| author | WeiN76LQh <WeiN76LQh@github.com> | 2024-11-28 18:52:19 +0000 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-17 21:05:02 -0500 |
| commit | 9fa3dd7b2f00fe2e988e319d3fdb83ee99e30cd0 (patch) | |
| tree | 525177007cf41ddb69150955d462d5a51bbdd7c5 /view/sharedcache/CMakeLists.txt | |
| parent | a30831a814503b75a1fa6efeea1cd0a673c240d7 (diff) | |
[SharedCache] Define BackingCacheType
Split out from https://github.com/WeiN76LQh/binaryninja-api/tree/process-local-symbols
Diffstat (limited to 'view/sharedcache/CMakeLists.txt')
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt index 07c58514..8620975c 100644 --- a/view/sharedcache/CMakeLists.txt +++ b/view/sharedcache/CMakeLists.txt @@ -33,7 +33,7 @@ endif() set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode") set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo") set(VIEW_NAME "DSCView" CACHE STRING "Name of the view") -set(METADATA_VERSION 4 CACHE STRING "Version of the metadata") +set(METADATA_VERSION 5 CACHE STRING "Version of the metadata") add_subdirectory(core) add_subdirectory(api) |
