From 8e86272e98ee8e85a3c2edd200a88f5099db46d4 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:29:15 -0500 Subject: [PATCH] Also create a WUHB for Aroma --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4651501..df6ff58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,3 +8,4 @@ add_executable(helloworld main.c) target_compile_options(helloworld PRIVATE -Wall -Wextra -pedantic) wut_create_rpx(helloworld) +wut_create_wuhb(helloworld)