sov-kernel-monster / julia /CMakeLists.txt
SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
318 Bytes
# Julia Binding for BOB Quantum Engine
if(NOT TARGET bob_quantum)
message(FATAL_ERROR "bob_quantum target must be defined before julia subdirectory")
endif()
add_custom_target(julia_bindings ALL DEPENDS bob_quantum COMMENT "Julia bindings verified")
install(FILES bob_quantum.jl DESTINATION share/bob_quantum/julia)