mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-10 20:33:12 +08:00
c073305bae
The build configurations for both Debug and Release modes have been updated to use the Poetry SCons tool. A new customTargets.xml file has been added to specify the build actions for Poetry SCons in Debug and Release targets.
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CLionExternalBuildManager">
|
|
<target id="a62f99e8-5ec4-434c-8122-49efed5af108" name="Poetry SCons Build Debug" defaultType="TOOL">
|
|
<configuration id="b93ec964-16e5-4962-a12e-3ed360ce8f02" name="Poetry SCons Build Debug">
|
|
<build type="TOOL">
|
|
<tool actionId="Tool_External Tools_Poetry SCons Build Debug" />
|
|
</build>
|
|
<clean type="TOOL">
|
|
<tool actionId="Tool_External Tools_Poetry SCons Clean" />
|
|
</clean>
|
|
</configuration>
|
|
</target>
|
|
<target id="edd8ad9d-183b-467c-a355-0d9a0ecab026" name="Poetry SCons Build Release" defaultType="TOOL">
|
|
<configuration id="09523339-5ce3-4223-ab9e-904f38ad7752" name="Poetry SCons Build Release">
|
|
<build type="TOOL">
|
|
<tool actionId="Tool_External Tools_Poetry SCons Build Release" />
|
|
</build>
|
|
<clean type="TOOL">
|
|
<tool actionId="Tool_External Tools_Poetry SCons Clean" />
|
|
</clean>
|
|
</configuration>
|
|
</target>
|
|
</component>
|
|
</project> |