From eb1818757dffe2332e21e649f2ca1377ce6a0b15 Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Mon, 15 Jan 2024 10:45:57 -0500 Subject: [PATCH] Fix minor formatting issues. --- Source/ui_android/CMakeLists.txt | 2 +- Source/ui_qt/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ui_android/CMakeLists.txt b/Source/ui_android/CMakeLists.txt index 369d8e0bfb..90f9453d69 100644 --- a/Source/ui_android/CMakeLists.txt +++ b/Source/ui_android/CMakeLists.txt @@ -37,7 +37,7 @@ if(NOT TARGET ui_shared) ${CMAKE_CURRENT_SOURCE_DIR}/../ui_shared ${CMAKE_CURRENT_BINARY_DIR}/ui_shared ) - endif() +endif() list(APPEND PROJECT_LIBS ui_shared) set(ANDROID_SRC_FILES diff --git a/Source/ui_qt/CMakeLists.txt b/Source/ui_qt/CMakeLists.txt index acb515014f..a25feacfdd 100644 --- a/Source/ui_qt/CMakeLists.txt +++ b/Source/ui_qt/CMakeLists.txt @@ -84,7 +84,7 @@ if(NOT TARGET ui_shared) ${CMAKE_CURRENT_SOURCE_DIR}/../ui_shared ${CMAKE_CURRENT_BINARY_DIR}/ui_shared ) - endif() +endif() list(APPEND PROJECT_LIBS ui_shared) set(QT_SOURCES