diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a1c2ff..a8be1ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,7 +464,6 @@ add_executable(t2win src/T2DLL/Wave.cpp src/T2DLL/Wave.h src/common.h - src/CT2App.h src/T2TowerDoc.h src/T2TowerMainView.h src/T2DLL/T2NameComparator.h @@ -557,4 +556,10 @@ add_executable(t2win src/T2DLL/T2ToolDefDB.h src/T2DLL/T2PeopleAnimeDefElem.cpp src/T2DLL/T2PeopleAnimeDefElem.h + src/Bitmap.cpp + src/Bitmap.h + src/T2TowerDoc.cpp + src/T2TowerMainView.cpp + src/T2HUnknown.cpp + src/T2HUnknown.h ) |