First test for DLL Build

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@692 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-09-23 14:21:37 +00:00
parent dc1e08ebb1
commit 92e835b0af
6 changed files with 72 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ if (WIN32)
if ( OPENMESH_BUILD_SHARED )
# Experimental Feature!!!!
add_definitions( -DOPENMESHDLL)
acg_add_library (OpenMeshCore SHARED ${sources} ${headers})
else()
# OpenMesh has no dll exports so we have to build a static library on windows