Skip to content

Commit

Permalink
cmake: set PROJECT_URL to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
DankRank committed Oct 18, 2024
1 parent 62d95fb commit 69901f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)

project("Touhou Toolkit"
VERSION 12)
set(PROJECT_URL "https://github.com/thpatch/thtk")
set(PROJECT_URL "https://thtk.thpatch.net/")
set(PROJECT_BUGREPORT "https://github.com/thpatch/thtk/issues")

include(cmake/CheckStructPacking.cmake)
Expand Down

0 comments on commit 69901f0

Please sign in to comment.