Add configurator build

For now the library is private
This commit is contained in:
Rudi Grinberg 2018-02-28 23:33:16 +07:00
parent 55675598c4
commit 070fd95cac
1 changed files with 7 additions and 0 deletions

7
src/configurator/jbuild Normal file
View File

@ -0,0 +1,7 @@
(library
((name configurator)
(flags (:standard -safe-string))
(libraries (jbuilder stdune))
(preprocess no_preprocessing)))
(jbuild_version 1)