This commit is contained in:
EmsiaetKadosh
2025-02-05 15:13:02 +08:00
parent edcc095979
commit a086558f2d
19 changed files with 388 additions and 56 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ add_executable(${PROJECT_NAME} main.cpp
def.cpp
TestCode.h
TextureManager.cpp
TextureManager.h)
TextureManager.h
exception.cpp)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)