git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@694 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-09-23 14:28:38 +00:00
parent 08fbc5d574
commit 92e08dfacc

View File

@@ -43,7 +43,7 @@ if (WIN32)
acg_add_library (OpenMeshTools SHARED ${sources} ${headers})
else()
# OpenMesh has no dll exports so we have to build a static library on windows
acg_add_library (OpenMeshCore STATIC ${sources} ${headers})
acg_add_library (OpenMeshTools STATIC ${sources} ${headers})
endif()
else ()