Skip to content

Commit ce7988b

Browse files
committed
fix formatting of CMakeLists.txt
1 parent 6e48def commit ce7988b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
cmake_minimum_required(VERSION 3.26)
55
set(CMAKE_OSX_DEPLOYMENT_TARGET 13.0)
66
project(Swifty-LLVM
7-
VERSION 0.1.0
8-
DESCRIPTION "A Swifty interface for the LLVM compiler infrastructure, currently wrapping LLVM's C API."
9-
HOMEPAGE_URL "https://github.com/hylo-lang/Swifty-LLVM"
10-
LANGUAGES C CXX Swift
7+
VERSION 0.1.0
8+
DESCRIPTION "A Swifty interface for the LLVM compiler infrastructure, currently wrapping LLVM's C API."
9+
HOMEPAGE_URL "https://github.com/hylo-lang/Swifty-LLVM"
10+
LANGUAGES C CXX Swift
1111
)
1212
enable_testing()
1313
list(PREPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)

0 commit comments

Comments
 (0)