- Fixed the windows build for a static lib
This commit is contained in:
parent
f29d88d3bd
commit
5bb8cab1b2
@ -36,6 +36,9 @@ else()
|
||||
src/json-schema-draft4.json.cpp
|
||||
src/json-uri.cpp
|
||||
src/json-validator.cpp)
|
||||
target_compile_definitions(json-schema-validator
|
||||
PRIVATE
|
||||
-DJSON_SCHEMA_VALIDATOR_SHARED_LIB)
|
||||
endif()
|
||||
|
||||
target_include_directories(json-schema-validator
|
||||
|
||||
Loading…
Reference in New Issue
Block a user