From 2c132d4ab5531232b3d08075da3c782778ae4a33 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 7 Dec 2023 15:51:59 +0100 Subject: [PATCH] Compile volume.c --- xtldr2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr2/CMakeLists.txt b/xtldr2/CMakeLists.txt index cda9b16..266edd6 100644 --- a/xtldr2/CMakeLists.txt +++ b/xtldr2/CMakeLists.txt @@ -17,7 +17,7 @@ list(APPEND XTLDR_SOURCE ${XTLDR_SOURCE_DIR}/memory.c ${XTLDR_SOURCE_DIR}/protocol.c ${XTLDR_SOURCE_DIR}/string.c - # ${XTLDR_SOURCE_DIR}/volume.c + ${XTLDR_SOURCE_DIR}/volume.c ${XTLDR_SOURCE_DIR}/xtldr.c) # Link static XTLDR library