diff options
author | John Ankarström <john@ankarstrom.se> | 2022-09-02 20:16:04 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-09-02 20:16:18 +0200 |
commit | bc4cef92d8efbf97a9215122abc2d7247c287f12 (patch) | |
tree | a5ca307281c4f143b5f172428c9fd2b629d6b426 /c/CMakeLists.txt | |
parent | 5c1c2ce2bdbf9735ad8a4d162609a8c22a4f0954 (diff) | |
download | EpisodeBrowser-bc4cef92d8efbf97a9215122abc2d7247c287f12.tar.gz |
Improve Window object.
Diffstat (limited to 'c/CMakeLists.txt')
-rw-r--r-- | c/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt index 35af6ec..cd86f08 100644 --- a/c/CMakeLists.txt +++ b/c/CMakeLists.txt @@ -20,23 +20,23 @@ target_sources(EpisodeBrowser PRIVATE datalistview.h debug.cpp debug.h + drag.cpp + drag.h episodelistview.cpp episodelistview.h ext.cpp ext.h - layout.cpp - layout.h listview.cpp listview.h main.cpp - main.h resource.h resource.rc test.cpp test.h util.h - win.cpp - win.h + win32.cpp + win32.h + window.h ) if (CMAKE_GENERATOR MATCHES "Visual Studio") |