Add json to cmakelists

This commit is contained in:
Dion Moult
2019-01-28 10:23:27 +11:00
parent 1c4a6e22d7
commit b89907c92c

View File

@@ -54,6 +54,10 @@ SET(Dice3DS_SRCS
SET(Arch_presets
Presets/profiles.csv
Presets/pset_definitions.csv
Presets/ifc_products_IFC2X3.json
Presets/ifc_products_IFC4.json
Presets/ifc_types_IFC2X3.json
Presets/ifc_types_IFC4.json
)
SOURCE_GROUP("" FILES ${Arch_SRCS})