From 7af5209aebd25ede7091b44c30f276284911e6d1 Mon Sep 17 00:00:00 2001 From: scawful Date: Wed, 14 Aug 2024 23:47:00 -0400 Subject: [PATCH] include message passing system in build --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f874982..7c23b8ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,7 @@ set( app/core/controller.cc app/core/labeling.cc app/emu/emulator.cc + app/core/message.cc ) set(