molovol / MoloVol

MoloVol is a free, cross-plattform, scientific software for volume and surface computations of single molecules and crystallographic unit cells.
https://molovol.com
MIT License
22 stars 4 forks source link

Remove Xcode files, provide Xcode support in CMake #123

Closed jmaglic closed 2 years ago

jmaglic commented 2 years ago

Removed all Xcode files from respository. Instead, modified CMakeLists.txt to generate working .xcodeproj files.

The .xcodeproj file can be created by specifying the generator to be Xcode. This is done when creating the build files:

 $ mkdir build-xc
 $ cd build-xc
 $ cmake .. -GXcode

Resolves: #45