Skip to content

Commit

Permalink
Update file(s): 2024-12-20
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Dec 19, 2024
1 parent 6d802d0 commit 6dc95fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xhexview.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ if (NOT DEFINED XSYMBOLSWIDGET_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../XSymbolsWidget/xsymbolswidget.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${XSYMBOLSWIDGET_SOURCES})
endif()
if (NOT DEFINED XDATACONVERTORWIDGET_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../XDataConvertorWidget/xdataconvertorwidget.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${XDATACONVERTORWIDGET_SOURCES})
endif()

include(${CMAKE_CURRENT_LIST_DIR}/../XDataConvertorWidget/xdataconvertorwidget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../die_widget/die_widget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../XVisualizationWidget/xvisualizationwidget.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialogwidget.cmake)
Expand Down

0 comments on commit 6dc95fe

Please sign in to comment.