From a52f83528859cd9e2f159f88b99009e8fe491df9 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sat, 12 Oct 2024 14:55:41 +1100 Subject: [PATCH] move standalone Windows file to extras --- thermion_dart/{native/src => extras}/windows/CMakeLists.txt | 0 thermion_dart/{native/src => extras}/windows/thermion_window.cpp | 0 thermion_dart/{native/src => extras}/windows/thermion_window.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename thermion_dart/{native/src => extras}/windows/CMakeLists.txt (100%) rename thermion_dart/{native/src => extras}/windows/thermion_window.cpp (100%) rename thermion_dart/{native/src => extras}/windows/thermion_window.h (100%) diff --git a/thermion_dart/native/src/windows/CMakeLists.txt b/thermion_dart/extras/windows/CMakeLists.txt similarity index 100% rename from thermion_dart/native/src/windows/CMakeLists.txt rename to thermion_dart/extras/windows/CMakeLists.txt diff --git a/thermion_dart/native/src/windows/thermion_window.cpp b/thermion_dart/extras/windows/thermion_window.cpp similarity index 100% rename from thermion_dart/native/src/windows/thermion_window.cpp rename to thermion_dart/extras/windows/thermion_window.cpp diff --git a/thermion_dart/native/src/windows/thermion_window.h b/thermion_dart/extras/windows/thermion_window.h similarity index 100% rename from thermion_dart/native/src/windows/thermion_window.h rename to thermion_dart/extras/windows/thermion_window.h