Skip to content
Snippets Groups Projects
Commit 0c1ff0f5 authored by Mike Kremer's avatar Mike Kremer
Browse files

Added CMakeLists.txt

git-svn-id: http://www.openvolumemesh.org/svnrepo/OpenVolumeMesh/trunk@14 66977474-1d4b-4f09-8fe9-267525286df2
parent 2d27d912
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required (VERSION 2.6)
project (OpenVolumeMesh)
# add our macro directory to cmake search path
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
# include our cmake files
include (ACGCommon)
acg_get_version ()
include (ACGOutput)
if (WIN32)
add_definitions(
-D_USE_MATH_DEFINES -DNOMINMAX
)
endif ()
# ========================================================================
# Call the subdirectories with the projects
# ========================================================================
add_subdirectory (src)
# add_subdirectory (examples)
# add_subdirectory (documentation)
# ========================================================================
# Bundle generation (Targets exist, now configure them)
# ========================================================================
# display results
acg_print_configure_header (OPENVOLUMEMESH "OpenVolumeMesh")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment