Skip to content

Commit

Permalink
Fix minor formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jan 15, 2024
1 parent 67c91b6 commit eb18187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ui_android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/ui_qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb18187

Please sign in to comment.