// Use something defined not in headers but in the CGAL library to test that is was indeed properly built and linked to, #include int main() { volatile const CGAL::Color* c = &CGAL::BLACK; return (c != 0) ? 0 : 1; }