mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 19:55:31 -05:00
chore: enable preprocessor in cbor
This commit is contained in:
parent
06b58d36d1
commit
bad23766e3
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
(library
|
(library
|
||||||
(name containers_cbor)
|
(name containers_cbor)
|
||||||
(libraries containers)
|
(libraries containers)
|
||||||
|
(preprocess (action (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
|
||||||
(public_name containers.cbor))
|
(public_name containers.cbor))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue