We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246c6a4 commit 3db7dbdCopy full SHA for 3db7dbd
1 file changed
CMakeLists.txt
@@ -1,10 +1,10 @@
1
cmake_minimum_required(VERSION 4.1 FATAL_ERROR)
2
3
project(
4
- cpp-project-template
+ leetcode-cpp
5
VERSION 0.0.1
6
- DESCRIPTION "Tool configuration template"
7
- HOMEPAGE_URL https://github.com/b1ackviking/cpp-project-template
+ DESCRIPTION "My Leetcode Solution in C++"
+ HOMEPAGE_URL https://github.com/tan-wei/leetcode-cpp
8
LANGUAGES CXX)
9
10
include(cmake/defaults.cmake)
0 commit comments