mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
8 lines
124 B
Ruby
8 lines
124 B
Ruby
require 'mkmf'
|
|
|
|
dir_config('openbabel')
|
|
dir_config('openbabel-2.0')
|
|
have_library('openbabel')
|
|
|
|
create_makefile('openbabel')
|