Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1045 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-05-07 11:55:40 +00:00
parent 3b6dd00609
commit 9a75b205a7
2 changed files with 12 additions and 2 deletions

View File

@@ -37,11 +37,19 @@
</ul> </ul>
<b>IO</b> <b>Unittests</b>
<ul> <ul>
<li>Added unittests for the normal calculation functions </li> <li>Added unittests for the normal calculation functions </li>
</ul> </ul>
<b>Build system</b>
<ul>
<ul>
<li>Added OpenMesh finder. Closes 959</li>
</ul>
</tr> </tr>
<tr valign=top><td><b>3.0</b> (2014/02/05,Rev.990)</td><td> <tr valign=top><td><b>3.0</b> (2014/02/05,Rev.990)</td><td>

View File

@@ -7,7 +7,7 @@
# OPENMESH_LIBRARIES - Link these to use OPENMESH # OPENMESH_LIBRARIES - Link these to use OPENMESH
# OPENMESH_LIBRARY_DIR - directory where the libraries are included # OPENMESH_LIBRARY_DIR - directory where the libraries are included
# #
# Copyright 2013 Computer Graphics Group, RWTH Aachen University # Copyright 2014 Computer Graphics Group, RWTH Aachen University
# Authors: Jan Möbius <moebius@cs.rwth-aachen.de> # Authors: Jan Möbius <moebius@cs.rwth-aachen.de>
# Hans-Christian Ebke <ebke@cs.rwth-aachen.de> # Hans-Christian Ebke <ebke@cs.rwth-aachen.de>
# #
@@ -56,10 +56,12 @@ IF (NOT OPENMESH_FOUND)
"${CMAKE_SOURCE_DIR}/OpenMesh/src/OpenMesh" "${CMAKE_SOURCE_DIR}/OpenMesh/src/OpenMesh"
"${CMAKE_SOURCE_DIR}/libs_required/OpenMesh/src/OpenMesh" "${CMAKE_SOURCE_DIR}/libs_required/OpenMesh/src/OpenMesh"
"${CMAKE_SOURCE_DIR}/../OpenMesh/src/OpenMesh" "${CMAKE_SOURCE_DIR}/../OpenMesh/src/OpenMesh"
"C:/Program Files/OpenMesh 3.1"
"C:/Program Files/OpenMesh 3.0" "C:/Program Files/OpenMesh 3.0"
"C:/Program Files/OpenMesh 2.4.1" "C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4" "C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.0/include" "C:/Program Files/OpenMesh 2.0/include"
"C:/libs/OpenMesh 3.1"
"C:/libs/OpenMesh 3.0" "C:/libs/OpenMesh 3.0"
"C:/libs/OpenMesh 2.4.1" "C:/libs/OpenMesh 2.4.1"
"C:/libs/OpenMesh 2.4" "C:/libs/OpenMesh 2.4"