Update tests for cmake

This commit is contained in:
Nils O. Selåsdal
2025-07-16 19:51:06 +02:00
parent b74a4ab663
commit 2278080b69
4 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ configure_file (
file(GLOB SOURCE_FILES *.c)
add_library(
ucore SHARED
ucore SHARED
${SOURCE_FILES}
"${PROJECT_BINARY_DIR}/src/version.c"
)