mirror of
https://github.com/PDB-REDO/libcifpp.git
synced 2026-06-04 13:54:25 +08:00
remove pkgconfig support
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user