This commit is contained in:
EmsiaetKadosh
2025-01-14 15:35:35 +08:00
parent e2aedd8911
commit 2b8f8121f8
8 changed files with 422 additions and 66 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ set(CMAKE_WIN32_EXECUTABLE true)
include(CTest)
enable_testing()
add_executable(${PROJECT_NAME} main.cpp)
add_executable(${PROJECT_NAME} main.cpp
def.h
InteractManager.cpp
InteractManager.h)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)