## ========================= ## = Command line programs = ## ========================= IF(BUILD_EXAMPLES) SET( DEMO_PROGRAMS example_QuadEdgeMeshToSimplexMesh example_RenderDualMesh example_SimplexMeshDeleteEdge example_InternalForceSimplexMesh ) FOREACH(demo_program ${DEMO_PROGRAMS}) ADD_EXECUTABLE( ${demo_program} ${demo_program}.cxx ) TARGET_LINK_LIBRARIES( ${demo_program} cpm ) ENDFOREACH(demo_program) ENDIF(BUILD_EXAMPLES) ## eof - $RCSfile$