about summary refs log tree commit diff stats
path: root/CMakePresets.json
blob: b9b77beeb6f69912a8a2b095ce5c0c8978a53c1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "version": 3,
  "cmakeMinimumRequired": {
    "major": 3,
    "minor": 1,
    "patch": 0
  },
  "configurePresets": [
    {
      "name": "lingo-ap-tracker-preset",
      "displayName": "Lingo AP Tracker preset",
      "description": "Configure with vcpkg toolchain and generate Ninja project files for all configurations",
      "binaryDir": "${sourceDir}/builds/${presetName}",
      "generator": "Ninja Multi-Config",
      "cacheVariables": {
        "CMAKE_TOOLCHAIN_FILE": {
          "type": "FILEPATH",
          "value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
        }
      },
      "environment": {
        "VCPKG_ROOT": "./vendor/vcpkg"
      }
    }
  ],
  "buildPresets": [
    {
      "name": "lingo-ap-tracker-preset",
      "configurePreset": "lingo-ap-tracker-preset",
      "displayName": "Build lingo-ap-tracker-preset",
      "description": "Build",
      "configuration": "Debug"
    },
    {
      "name": "x64-release-preset",
      "displayName": "Release Build x64",
      "description": "Build release x64",
      "configurePreset": "lingo-ap-tracker-preset",
      "configuration": "Release"
    }
  ]
}
Panel" instance=ExtResource( 1 )] visible = false margin_left = 1278.0 margin_top = 974.0 margin_right = 1868.0 margin_bottom = 1034.0 custom_fonts/font = ExtResource( 2 ) text = "Brenton Wildes" [node name="connect_button" parent="Panel" instance=ExtResource( 3 )] margin_left = 255.0 margin_top = 875.0 margin_right = 891.0 margin_bottom = 1025.0 custom_colors/font_color_hover = Color( 1, 0.501961, 0, 1 ) custom_fonts/font = ExtResource( 2 ) text = "CONNECT" script = ExtResource( 4 ) [node name="quit_button" parent="Panel" instance=ExtResource( 3 )] margin_left = 1102.0 margin_top = 875.0 margin_right = 1738.0 margin_bottom = 1025.0 custom_colors/font_color_hover = Color( 1, 0, 0, 1 ) custom_fonts/font = ExtResource( 2 ) text = "BACK" script = ExtResource( 4 ) [node name="credit2" parent="Panel" instance=ExtResource( 1 )] margin_left = 267.0 margin_top = 347.0 margin_right = 857.0 margin_bottom = 411.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "SERVER" [node name="credit3" parent="Panel" instance=ExtResource( 1 )] margin_left = 263.0 margin_top = 515.0 margin_right = 853.0 margin_bottom = 579.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "PLAYER" [node name="credit4" parent="Panel" instance=ExtResource( 1 )] margin_left = 199.0 margin_top = 691.0 margin_right = 789.0 margin_bottom = 755.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "PASSWORD" [node name="server_box" type="LineEdit" parent="Panel"] margin_left = 682.0 margin_top = 295.0 margin_right = 1324.0 margin_bottom = 445.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 [node name="player_box" type="LineEdit" parent="Panel"] margin_left = 682.0 margin_top = 477.0 margin_right = 1324.0 margin_bottom = 627.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 [node name="password_box" type="LineEdit" parent="Panel"] margin_left = 682.0 margin_top = 659.0 margin_right = 1324.0 margin_bottom = 809.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_styles/focus = SubResource( 2 ) align = 1 [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"]