Enable building as shared library
This commit is contained in:
parent
55c95f99ad
commit
76cf60d20f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build dynamic / shared libraries" ON)
|
||||
option(TEST_WITH_VALGRIND_MEMCHECK "Also run tests with valgrind / memcheck" ON)
|
||||
|
||||
add_library(apfl
|
||||
|
|
|
|||
Loading…
Reference in a new issue