Skip to content

Commit

Permalink
chore: release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soehrl committed Apr 28, 2023
2 parents 3243f2d + 7df6279 commit 56e4d79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.14) # 3.14 is required for CPM

project(sync CXX)
project(
sync
VERSION 0.1.0
LANGUAGES CXX
)

set(SYNC_ROOT ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit 56e4d79

Please sign in to comment.