From 941cc482bcd8f3cf1dda182299cdcb1ff22b2703 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Wed, 3 Sep 2025 19:57:05 +0200 Subject: [PATCH] fix: newline at end of CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 280cf11..e7c2ecd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,4 @@ project(low-level_setup ) add_subdirectory(dependencies) -add_subdirectory(src) \ No newline at end of file +add_subdirectory(src)