From 51a6f7897a740b03b45e5a03e3531192d5c8bdb7 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 26 Jun 2024 16:55:12 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix=20meson=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gucc/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gucc/meson.build b/gucc/meson.build index 96c305c..8c71ab4 100644 --- a/gucc/meson.build +++ b/gucc/meson.build @@ -1,5 +1,6 @@ gucc_lib = library('gucc', sources : [ + 'src/io_utils.cpp', 'src/file_utils.cpp', 'src/string_utils.cpp', 'src/cpu.cpp',