This commit is contained in:
Zengtudor 2024-10-02 12:38:05 +08:00
parent 9c6b3330b5
commit 2e4937fc0f
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.* .*
build build
!.gitignore !.gitignore
*.json *.json
/cmake-build-debug/

View File

@ -13,7 +13,7 @@ endif()
message("Build type is [${CMAKE_BUILD_TYPE}]") message("Build type is [${CMAKE_BUILD_TYPE}]")
project(alogrithm_2024) project(algorithm_2024)
add_executable(P1031 ${CMAKE_CURRENT_LIST_DIR}/P1031/main.cpp) add_executable(P1031 ${CMAKE_CURRENT_LIST_DIR}/P1031/main.cpp)
add_executable(P1031_pro ${CMAKE_CURRENT_LIST_DIR}/P1031/pro.cpp) add_executable(P1031_pro ${CMAKE_CURRENT_LIST_DIR}/P1031/pro.cpp)