Skip to content

Commit 933e1ce

Browse files
committed
Add version to CMake script.
1 parent 9b30947 commit 933e1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16.3)
22

3-
project(clownassembler LANGUAGES C)
3+
project(clownassembler VERSION 1.1 LANGUAGES C)
44

55
# Core
66
add_library(clownassembler_core STATIC

0 commit comments

Comments
 (0)