Skip to content

Commit 3db7dbd

Browse files
committed
chore: Update project information in CMakeLists.txt
1 parent 246c6a4 commit 3db7dbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake_minimum_required(VERSION 4.1 FATAL_ERROR)
22

33
project(
4-
cpp-project-template
4+
leetcode-cpp
55
VERSION 0.0.1
6-
DESCRIPTION "Tool configuration template"
7-
HOMEPAGE_URL https://github.com/b1ackviking/cpp-project-template
6+
DESCRIPTION "My Leetcode Solution in C++"
7+
HOMEPAGE_URL https://github.com/tan-wei/leetcode-cpp
88
LANGUAGES CXX)
99

1010
include(cmake/defaults.cmake)

0 commit comments

Comments
 (0)