Added getopt for windows

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@141 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-06-04 09:36:06 +00:00
parent 5f451021f1
commit 416481d2d6

View File

@@ -24,6 +24,10 @@ set (directories
acg_append_files (headers "*.hh" ${directories})
acg_append_files (sources "*.cc" ${directories})
IF(WIN32)
acg_append_files (sources "*.c" ${directories})
ENDIF(WIN32)
if (WIN32)
# OpenMesh has no dll exports so we have to build a static library on windows
acg_add_library (OpenMeshCore STATIC ${sources} ${headers})