From 0c6441619f5264069c9f636024c620ea14af38f6 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 1 Aug 2023 00:59:52 -0400 Subject: [PATCH] Re-enable build of check-structures-sanity --- plugins/devel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/devel/CMakeLists.txt b/plugins/devel/CMakeLists.txt index c121d977f..210669a75 100644 --- a/plugins/devel/CMakeLists.txt +++ b/plugins/devel/CMakeLists.txt @@ -26,4 +26,4 @@ if(UNIX) dfhack_plugin(ref-index ref-index.cpp) endif() -# add_subdirectory(check-structures-sanity) +add_subdirectory(check-structures-sanity)