cmake: build a shared library
This commit is contained in:
parent
a013354bc6
commit
3de9c6c0b7
@ -21,7 +21,7 @@ if(NOT TARGET json-hpp)
|
||||
endif()
|
||||
|
||||
# and one for the validator
|
||||
add_library(json-schema-validator
|
||||
add_library(json-schema-validator SHARED
|
||||
src/json-schema-draft4.json.cpp
|
||||
src/json-uri.cpp
|
||||
src/json-validator.cpp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user