File: CGALlab_compile_all_plugins.cpp

package info (click to toggle)
cgal 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,912 kB
  • sloc: cpp: 810,858; ansic: 208,477; sh: 493; python: 411; makefile: 286; javascript: 174
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#include <iostream>
int main()
{
std::cout << "This executable is not intended to be run.\nPlease run the CGALlab executable instead.\n";
  return 0;
}