Skip to content

Commit 7defaae

Browse files
committed
cmake: add BUILD_SHARED_LIBS option
1 parent 9af14f9 commit 7defaae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.28)
22

33
project(dwarfstack VERSION 2.4.0 LANGUAGES C CXX)
44

5+
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
6+
57
set(DWST_VERSION "2.4-git")
68
set(DWST_VER_NUM 2,4,0,99)
79
set(DWST_PRERELEASE 1)

0 commit comments

Comments
 (0)