1
0
mirror of https://github.com/nlohmann/json synced 2025-01-05 23:21:06 +00:00

Export package to allow builds without installing

This commit is contained in:
Dennis Fischer 2018-08-20 09:23:12 +02:00
parent 7608a64e1e
commit dfe607c6ff

View File

@ -121,3 +121,4 @@ install(
NAMESPACE ${PROJECT_NAME}::
DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR}
)
export(PACKAGE ${PROJECT_NAME})