From f8a0520a7938c052d5e4011cde05287dbd885529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sun, 30 Mar 2025 12:53:47 +0200 Subject: [PATCH] Fix double indentation. --- tests-manual/entities/CMakeLists.txt | 8 ++++---- tests-manual/gpu/CMakeLists.txt | 12 ++++++------ tests-manual/render-texture-load/CMakeLists.txt | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/tests-manual/entities/CMakeLists.txt b/tests-manual/entities/CMakeLists.txt index a3ad757aca..a8568971cd 100644 --- a/tests-manual/entities/CMakeLists.txt +++ b/tests-manual/entities/CMakeLists.txt @@ -12,10 +12,10 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") # link in the shared libraries link_hifi_libraries( - entities hfm avatars script-engine image - procedural material-networking ktx shaders - model-networking shared octree gpu graphics - model-serializers networking animation audio gl + entities hfm avatars script-engine image + procedural material-networking ktx shaders + model-networking shared octree gpu graphics + model-serializers networking animation audio gl ) if (WIN32) diff --git a/tests-manual/gpu/CMakeLists.txt b/tests-manual/gpu/CMakeLists.txt index 33e4cd5593..1f6c2b3aa7 100644 --- a/tests-manual/gpu/CMakeLists.txt +++ b/tests-manual/gpu/CMakeLists.txt @@ -9,12 +9,12 @@ setup_memory_debugger() setup_thread_debugger() set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") link_hifi_libraries( - shared task networking gl - ktx shaders gpu procedural octree image - material-networking ktx shaders model-networking - graphics model-networking model-serializers hfm animation material-networking - script-engine render render-utils - ${PLATFORM_GL_BACKEND} + shared task networking gl + ktx shaders gpu procedural octree image + material-networking ktx shaders model-networking + graphics model-networking model-serializers hfm animation material-networking + script-engine render render-utils + ${PLATFORM_GL_BACKEND} ) package_libraries_for_deployment() diff --git a/tests-manual/render-texture-load/CMakeLists.txt b/tests-manual/render-texture-load/CMakeLists.txt index f5dafc770f..73aa4c50d3 100644 --- a/tests-manual/render-texture-load/CMakeLists.txt +++ b/tests-manual/render-texture-load/CMakeLists.txt @@ -14,13 +14,13 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") # link in the shared libraries link_hifi_libraries( - shared task networking octree - shaders gl gpu render ktx image animation - graphics hfm model-serializers model-networking - render-utils material-networking procedural - entities entities-renderer audio avatars - script-engine physics - ${PLATFORM_GL_BACKEND} + shared task networking octree + shaders gl gpu render ktx image animation + graphics hfm model-serializers model-networking + render-utils material-networking procedural + entities entities-renderer audio avatars + script-engine physics + ${PLATFORM_GL_BACKEND} ) package_libraries_for_deployment()