Skip to content

Commit

Permalink
Update file(s): 2024-12-27
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Dec 27, 2024
1 parent 6e3be71 commit 4c0485e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AbstractWidgets/xformatwidget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ if (NOT DEFINED XFORMATS_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../../Formats/xformats.cmake)
set(XFORMATWIDGET_SOURCES ${XFORMATWIDGET_SOURCES} ${XFORMATS_SOURCES})
endif()
if (NOT DEFINED XDEX_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../../XDEX/xdex.cmake)
set(XFORMATWIDGET_SOURCES ${XFORMATWIDGET_SOURCES} ${XDEX_SOURCES})
endif()

include(${CMAKE_CURRENT_LIST_DIR}/../../XDEX/xdex.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../../XArchive/xarchives.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../../XPDF/xpdf.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../../XSymbolsWidget/xsymbolswidget.cmake)
Expand Down Expand Up @@ -114,7 +117,6 @@ set(XFORMATWIDGET_SOURCES
${XDISASMVIEW_SOURCES}
${XDEMANGLEWIDGET_SOURCES}
${XFILEINFOWIDGET_SOURCES}
${XDATETIMEEDITX_SOURCES}
${XFORMATS_SOURCES}
${XDEX_SOURCES}
${XARCHIVES_SOURCES}
Expand Down

0 comments on commit 4c0485e

Please sign in to comment.