mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
preprocess monomorphic too
This commit is contained in:
parent
6f3a7d902a
commit
26ab8229e1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
(library
|
(library
|
||||||
(name containers_monomorphic)
|
(name containers_monomorphic)
|
||||||
(public_name containers.monomorphic)
|
(public_name containers.monomorphic)
|
||||||
|
(preprocess (action (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
|
||||||
(modules CCMonomorphic)
|
(modules CCMonomorphic)
|
||||||
(wrapped false))
|
(wrapped false))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue