cmake: build a shared library

This commit is contained in:
Patrick Boettcher 2017-02-18 13:04:29 +01:00
parent a013354bc6
commit 3de9c6c0b7

View File

@ -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)