remove pkgconfig support

This commit is contained in:
Maarten L. Hekkelman
2023-08-22 13:33:34 +02:00
parent 818dc2f952
commit 7197dd877b
5 changed files with 10 additions and 33 deletions

View File

@@ -8,7 +8,10 @@ namespace fs = std::filesystem;
int main(int argc, char *argv[])
{
if (argc != 2)
{
std::cerr << "Usage: example <inputfile>" << std::endl;
exit(1);
}
cif::file file = cif::pdb::read(argv[1]);