oboy/src/core/dune

13 lines
308 B
Plaintext
Raw Normal View History

2019-05-12 11:17:17 +02:00
; cbindings.ml as the top-level file
2019-05-11 15:56:42 +02:00
; building a shared library because we are relying on pthread and we cannot
; combine static pthread with dynamic libc
(executable
2019-05-12 11:17:17 +02:00
(name cbindings)
(modes object))
; Standalone binary
; TODO: split with core module
;(executable
; (name main.ml)
; (libraries threads))