From c1e097cc680733cd5fa7cc12faa6b3aa037c7950 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Jan 2018 17:03:46 +0100 Subject: [PATCH] Update CMake files list Regenerate the file that was forgotten before by the changes of 48a5d6c5f835ce70d7b06a89a51a164b58c19dad (see #18038) and 95b28abfdf6ad32a62884112d495076f38ec6e5b (see https://github.com/wxWidgets/wxWidgets/pull/541). --- build/cmake/files.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake index ee77fecdb2..018fd0b30d 100644 --- a/build/cmake/files.cmake +++ b/build/cmake/files.cmake @@ -509,6 +509,7 @@ set(BASE_CMN_HDR wx/event.h wx/eventfilter.h wx/evtloop.h + wx/evtloopsrc.h wx/except.h wx/features.h wx/flags.h @@ -1009,7 +1010,6 @@ set(GUI_CMN_HDR wx/docmdi.h wx/docview.h wx/effects.h - wx/evtloopsrc.h wx/fdrepdlg.h wx/filectrl.h wx/filehistory.h @@ -1054,6 +1054,7 @@ set(GUI_CMN_HDR wx/paper.h wx/persist.h wx/persist/bookctrl.h + wx/persist/dataview.h wx/persist/splitter.h wx/persist/toplevel.h wx/persist/treebook.h