Skip to content

Commit

Permalink
Update file(s): 2024-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Dec 10, 2024
1 parent 1329f74 commit 44f26f0
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 @@ -24,8 +24,11 @@ if (NOT DEFINED DIALOGSEARCH_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialogsearch.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${DIALOGSEARCH_SOURCES})
endif()
if (NOT DEFINED DIALOGSHOWDATA_SOURCES)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialogshowdata.cmake)
set(XHEXVIEW_SOURCES ${XHEXVIEW_SOURCES} ${DIALOGSHOWDATA_SOURCES})
endif()

include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialogshowdata.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialoggotoaddress.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialoghexsignature.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/../FormatDialogs/dialogdatainspector.cmake)
Expand Down

0 comments on commit 44f26f0

Please sign in to comment.