From e453c5b8f458ca75a824f7a4d75d3b5e5dd99ae6 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 18 Nov 2025 19:19:54 +0900 Subject: [PATCH] fix --- mbiff/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mbiff/CMakeLists.txt b/mbiff/CMakeLists.txt index 9b32e4c..42dca28 100644 --- a/mbiff/CMakeLists.txt +++ b/mbiff/CMakeLists.txt @@ -1 +1,2 @@ +include(MDEBase) setup_project(mbiff ${CMAKE_INSTALL_BINDIR})