Skip to content
Snippets Groups Projects
Commit 01bcdd20 authored by florian's avatar florian
Browse files

DRAFT: Add dummy Julia wrapper

parent a2b2ffac
No related branches found
No related tags found
1 merge request!1DRAFT: ENH: Include libcaosdb and a minimal wrapper
Pipeline #9972 failed
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
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment