Split up unit tests into multiple compile units.
Added mesh_cast unit test. git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@958 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -27,7 +27,8 @@ if ( OPENMESH_BUILD_UNIT_TESTS )
|
||||
endif()
|
||||
|
||||
# Create new target named unittests_hexmeshing
|
||||
add_executable(unittests unittests.cc)
|
||||
FILE(GLOB UNITTEST_SRC *.cc)
|
||||
add_executable(unittests ${UNITTEST_SRC})
|
||||
|
||||
if ( NOT WIN32)
|
||||
# Link against all necessary libraries
|
||||
|
||||
Reference in New Issue
Block a user