From 232f63957dfff5d32fe8f5d3bc50e6bdde8d351f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 24 May 2026 17:20:16 -0400 Subject: [PATCH] chore: Add CLion run configuration for 'sunshine' Add IDE run configuration at .run/sunshine.run.xml for a CMake application target named 'sunshine'. Sets PROGRAM_PARAMS to "port=37989 sunshine_name=CLion-$ModuleName$-$CMakeCurrentProfileName$", uses Release config, and enables build-before-run. --- .run/sunshine.run.xml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .run/sunshine.run.xml diff --git a/.run/sunshine.run.xml b/.run/sunshine.run.xml new file mode 100644 index 00000000000..648a4ffed1b --- /dev/null +++ b/.run/sunshine.run.xml @@ -0,0 +1,7 @@ + + + + + +