update
This commit is contained in:
parent
9c6b3330b5
commit
2e4937fc0f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.*
|
.*
|
||||||
build
|
build
|
||||||
!.gitignore
|
!.gitignore
|
||||||
*.json
|
*.json
|
||||||
|
/cmake-build-debug/
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user