Skip to content

Commit 56e4d79

Browse files
committed
chore: release version 0.1.0
2 parents 3243f2d + 7df6279 commit 56e4d79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
cmake_minimum_required(VERSION 3.14) # 3.14 is required for CPM
22

3-
project(sync CXX)
3+
project(
4+
sync
5+
VERSION 0.1.0
6+
LANGUAGES CXX
7+
)
48

59
set(SYNC_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
610

0 commit comments

Comments
 (0)