Skip to content

Commit

Permalink
Update project declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Feb 16, 2024
1 parent 401dcbc commit 4ef6c4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cmake_minimum_required(VERSION 3.26)

project(SwiftCMakeXCTesting LANGUAGES Swift)
project(SwiftCMakeXCTesting
VERSION 0.1.0
DESCRIPTION "Cross-platform support for using XCTest in Swift projects"
HOMEPAGE_URL "https://github.com/hylo-lang/SwiftCMakeXCTesting"
LANGUAGES Swift
)
enable_testing()

if (PROJECT_IS_TOP_LEVEL)
Expand Down

0 comments on commit 4ef6c4d

Please sign in to comment.