瀏覽代碼

Change include order of LYTestImpactFramework.cmake

Signed-off-by: Jack Curtis <[email protected]>
Jack Curtis 3 年之前
父節點
當前提交
c3ac37907c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -41,10 +41,10 @@ include(cmake/UnitTest.cmake)
 include(cmake/LYTestWrappers.cmake)
 include(cmake/LYTestWrappers.cmake)
 include(cmake/Monolithic.cmake)
 include(cmake/Monolithic.cmake)
 include(cmake/SettingsRegistry.cmake)
 include(cmake/SettingsRegistry.cmake)
-include(cmake/TestImpactFramework/LYTestImpactFramework.cmake)
 include(cmake/CMakeFiles.cmake)
 include(cmake/CMakeFiles.cmake)
 include(cmake/O3DEJson.cmake)
 include(cmake/O3DEJson.cmake)
 include(cmake/Subdirectories.cmake)
 include(cmake/Subdirectories.cmake)
+include(cmake/TestImpactFramework/LYTestImpactFramework.cmake)
 
 
 # Gather the list of o3de_manifest external Subdirectories
 # Gather the list of o3de_manifest external Subdirectories
 # into the LY_EXTERNAL_SUBDIRS_O3DE_MANIFEST_PROPERTY
 # into the LY_EXTERNAL_SUBDIRS_O3DE_MANIFEST_PROPERTY