Skip to content
Snippets Groups Projects

DRAFT: ENH: Include libcaosdb and a minimal wrapper

Closed Florian Spreckelsen requested to merge f-cxx-include into dev
1 unresolved thread
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
module CaosDB
using CxxWrap
# Adapt this path if you haven't compiled jlcaosdb to `caosdb-julialib/build`
@wrapmodule(joinpath(pwd(), "build/lib/libjlcaosdb"))
function __init__()
@initcxx
end
export dummy_func
"""
Loading