Drop the template only files

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@544 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-02-29 13:25:12 +00:00
parent ed0c4a1da3
commit 8d0c709eab
2 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ set (directories
acg_append_files (headers "*.hh" ${directories})
acg_append_files (sources "*.cc" ${directories})
#Drop the template only cc files
acg_drop_templates(sources)
# Disable Library installation when not building OpenMesh on its own but as part of another project!
if ( NOT ${PROJECT_NAME} MATCHES "OpenMesh")
set(ACG_NO_LIBRARY_INSTALL true)

View File

@@ -22,6 +22,9 @@ set (directories
acg_append_files (headers "*.hh" ${directories})
acg_append_files (sources "*.cc" ${directories})
#Drop the template only cc files
acg_drop_templates(sources)
IF(WIN32)
acg_append_files (sources "*.c" ${directories})
ENDIF(WIN32)