MeshMapping / MESH-Dev

This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
0 stars 0 forks source link

Add CMakeLists.txt with basic configuration #1

Open dprincz opened 3 days ago

dprincz commented 3 days ago

Start with a simple CMakeLists.txt file:

cmake_minimum_required(VERSION 3.10)

# set the project name
project(SA_MESH)

# add the executable
add_executable(sa_mesh <objects>)
dprincz commented 3 days ago

CMake includes to replace <objects>: