This commit is contained in:
EmsiaetKadosh
2025-01-21 15:41:32 +08:00
parent b86053c3a7
commit edcc095979
17 changed files with 471 additions and 88 deletions
+8 -2
View File
@@ -28,9 +28,15 @@ add_executable(${PROJECT_NAME} main.cpp
Hud.cpp
Hud.h
includes.h
Text.h
IText.h
Chars.h
Text.cpp)
IText.cpp
xWindows.h
exception.h
def.cpp
TestCode.h
TextureManager.cpp
TextureManager.h)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)