From 2b685a4338d8ebd7d76ac046c06986af225a94f0 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 9 Nov 2023 15:30:02 +0100 Subject: [PATCH] Format --- .../Godot/GDExtention/src/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ScreenPlayWallpaper/Godot/GDExtention/src/CMakeLists.txt b/ScreenPlayWallpaper/Godot/GDExtention/src/CMakeLists.txt index 087ff2d9..243dc376 100644 --- a/ScreenPlayWallpaper/Godot/GDExtention/src/CMakeLists.txt +++ b/ScreenPlayWallpaper/Godot/GDExtention/src/CMakeLists.txt @@ -3,10 +3,10 @@ target_sources( ${PROJECT_NAME} PRIVATE ScreenPlayGodotWallpaper.h - ScreenPlayGodotWallpaper.cpp - WindowsPipe.h - WindowsPipe.cpp - RegisterExtension.cpp) + ScreenPlayGodotWallpaper.cpp + WindowsPipe.h + WindowsPipe.cpp + RegisterExtension.cpp) find_package(Catch2 CONFIG REQUIRED) target_include_directories(${PROJECT_NAME} PRIVATE "src") @@ -15,4 +15,4 @@ if(${SCREENPLAY_TESTS}) add_executable(WindowsPipeTest WindowsPipe.cpp WindowsPipe.h WindowsPipeTest.cpp) target_link_libraries(WindowsPipeTest PRIVATE Catch2::Catch2 Catch2::Catch2WithMain) target_include_directories(WindowsPipeTest PRIVATE "src") -endif() \ No newline at end of file +endif()