UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

Json feature via cmake-config #31

Closed anaegel closed 4 years ago

anaegel commented 4 years ago

Enable JSON support via cmake. Activate as follows:

1) Obtain external library: cd $UG4_ROOT ughub install JSONForUG4 cd externals/JSONForUG4/ git submodule init git submodule update

2) Build cd $UG4_ROOT/build cmake .. -DUSE_JSON=ON make