From 803e10bf901399c6f0cd92189367a7c8ece5b500 Mon Sep 17 00:00:00 2001 From: cobrapitz <12397702+cobrapitz@users.noreply.github.com> Date: Thu, 6 Apr 2023 20:52:25 +0200 Subject: [PATCH] moved scripts to root folder --- cmake/CMakeSettings.cmake => CMakeSettings.cmake | 0 cmake/FetchBoost.cmake => FetchBoost.cmake | 0 cmake/FetchCURL.cmake => FetchCURL.cmake | 0 cmake/FetchGoogleTest.cmake => FetchGoogleTest.cmake | 0 cmake/FetchNlohmannJSON.cmake => FetchNlohmannJSON.cmake | 0 cmake/Options.cmake => Options.cmake | 0 cmake/Utils.cmake => Utils.cmake | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename cmake/CMakeSettings.cmake => CMakeSettings.cmake (100%) rename cmake/FetchBoost.cmake => FetchBoost.cmake (100%) rename cmake/FetchCURL.cmake => FetchCURL.cmake (100%) rename cmake/FetchGoogleTest.cmake => FetchGoogleTest.cmake (100%) rename cmake/FetchNlohmannJSON.cmake => FetchNlohmannJSON.cmake (100%) rename cmake/Options.cmake => Options.cmake (100%) rename cmake/Utils.cmake => Utils.cmake (100%) diff --git a/cmake/CMakeSettings.cmake b/CMakeSettings.cmake similarity index 100% rename from cmake/CMakeSettings.cmake rename to CMakeSettings.cmake diff --git a/cmake/FetchBoost.cmake b/FetchBoost.cmake similarity index 100% rename from cmake/FetchBoost.cmake rename to FetchBoost.cmake diff --git a/cmake/FetchCURL.cmake b/FetchCURL.cmake similarity index 100% rename from cmake/FetchCURL.cmake rename to FetchCURL.cmake diff --git a/cmake/FetchGoogleTest.cmake b/FetchGoogleTest.cmake similarity index 100% rename from cmake/FetchGoogleTest.cmake rename to FetchGoogleTest.cmake diff --git a/cmake/FetchNlohmannJSON.cmake b/FetchNlohmannJSON.cmake similarity index 100% rename from cmake/FetchNlohmannJSON.cmake rename to FetchNlohmannJSON.cmake diff --git a/cmake/Options.cmake b/Options.cmake similarity index 100% rename from cmake/Options.cmake rename to Options.cmake diff --git a/cmake/Utils.cmake b/Utils.cmake similarity index 100% rename from cmake/Utils.cmake rename to Utils.cmake