Skip to content

Commit

Permalink
Update file(s): 2024-12-17
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Dec 16, 2024
1 parent f937aa8 commit f53b521
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions xhexview.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ if (NOT DEFINED XOPTIONSWIDGET_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../XOptions/xoptionswidget.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${XOPTIONSWIDGET_SOURCES})
endif()
if (NOT DEFINED XFORMATS_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../Formats/xformats.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${XFORMATS_SOURCES})
endif()

include(${CMAKE_CURRENT_LIST_DIR}/../Formats/xbinary.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XDataConvertorWidget/xdataconvertorwidget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XHexEdit/xhexedit.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XSymbolsWidget/xsymbolswidget.cmake)
Expand All @@ -72,7 +75,11 @@ include(${CMAKE_CURRENT_LIST_DIR}/../nfd_widget/nfd_widget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../die_widget/die_widget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XOnlineTools/xvirustotalwidget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XHashWidget/xhashwidget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatWidgets/AbstractWidgets/abstractwidgets.cmake)

if (NOT DEFINED XFORMATS_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatWidgets/AbstractWidgets/abstractwidgets.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${ABSTRACTWIDGETS_SOURCES})
endif()

set(XHEXVIEW_SOURCES
${XHEXVIEW_SOURCES}
Expand All @@ -90,7 +97,7 @@ set(XHEXVIEW_SOURCES
${SEARCHSTRINGSWIDGET_SOURCES}
${SEARCHVALUESWIDGET_SOURCES}
${XOPTIONSWIDGET_SOURCES}
${FORMATS_SOURCES}
${XFORMATS_SOURCES}
${XHEXEDIT_SOURCES}
${XSYMBOLSWIDGET_SOURCES}
${DIE_WIDGET_SOURCES}
Expand Down

0 comments on commit f53b521

Please sign in to comment.