Skip to content

CMake support for Met.3D on Linux (tested on Ubuntu 16.04 LTS)

Michael Kern requested to merge K3rn1n4t0r/met.3d:cmake_optimization into master

I've added the required CMakeLists.txt and cmake find modules (located in the folder cmake) to build the project with CMake (> 3.5.1). Please check if the modules can find all source files and libraries. User-defined directories that contain necessary libraries and header files should either be added to the cmake find modules or should be specified manually. Please let me know if something needs to be done or does not work with CMake.

Merge request reports