Removed external projects from build_config

This commit is contained in:
alexpete
2021-04-09 17:36:59 -07:00
parent 8caec43f2a
commit 71bd6c67b8
4 changed files with 4 additions and 4 deletions
@@ -4,7 +4,7 @@
"COMMAND": "../Windows/clean_windows.cmd",
"PARAMETERS": {
"OUTPUT_DIRECTORY": "build",
"CMAKE_LY_PROJECTS": "AutomatedTesting;AtomTest;AtomSampleViewer"
"CMAKE_LY_PROJECTS": "AutomatedTesting"
}
},
"profile_pipe": {
@@ -4,7 +4,7 @@
"COMMAND": "clean_linux.sh",
"PARAMETERS": {
"OUTPUT_DIRECTORY": "build",
"CMAKE_LY_PROJECTS": "AutomatedTesting;AtomTest;AtomSampleViewer"
"CMAKE_LY_PROJECTS": "AutomatedTesting"
}
},
"profile_pipe": {
@@ -4,7 +4,7 @@
"COMMAND": "clean_mac.sh",
"PARAMETERS": {
"OUTPUT_DIRECTORY": "build",
"CMAKE_LY_PROJECTS": "AutomatedTesting;AtomTest;AtomSampleViewer"
"CMAKE_LY_PROJECTS": "AutomatedTesting"
}
},
"profile_pipe": {
@@ -4,7 +4,7 @@
"COMMAND": "../Mac/clean_mac.sh",
"PARAMETERS": {
"OUTPUT_DIRECTORY": "build",
"CMAKE_LY_PROJECTS": "AutomatedTesting;AtomTest;AtomSampleViewer"
"CMAKE_LY_PROJECTS": "AutomatedTesting"
}
},
"metrics": {