From 5a7779e8dec28224fadfd54fdd4ae39dd340634e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Thu, 9 Jan 2025 12:18:13 +0100 Subject: [PATCH] refactor: clean up CMakeLists.txt by removing unnecessary target_sources indentation --- src/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4b07f355a..7e740a0cd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,4 @@ -add_library(POETLib) - -target_sources(POETLib - PRIVATE +add_library(POETLib Init/InitialList.cpp Init/GridInit.cpp Init/DiffusionInit.cpp