From 317f081409d6bd5c6e641e4f24924ff2b2da7334 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 22 Jul 2022 10:29:00 -0700 Subject: [PATCH] Add missing uraidextdefs.h to CMakeLists.txt (#429) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a44544..eb95bca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -379,6 +379,7 @@ SET(MAIKO_HDRS inc/unixfork.h inc/unwinddefs.h inc/uraiddefs.h + inc/uraidextdefs.h inc/usrsubrdefs.h inc/uutilsdefs.h inc/vars3defs.h