From 89fa4b5f3528d5a1c652eaf6ac74a5947412115c Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Wed, 3 Sep 2025 19:56:07 +0200 Subject: [PATCH] fix: added project.cpp to executable --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3bbd949..8c01ea3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable(low-level_setup main.cpp + project.cpp ) target_link_libraries(low-level_setup