From f67a55500b9a8d5ec21fc2eea39551de088a74a5 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Fri, 11 Apr 2025 14:01:15 +0100 Subject: [PATCH] core: fix hash subdirectory not being included in build --- core/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 455014e..cea53d3 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,3 +1,5 @@ include(../cmake/Templates.cmake) -add_bluelib_module(NAME core) +add_bluelib_module( + NAME core + SUBDIRS hash)