2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00
2024-05-13 11:48:08 -04:00

Julia CMake Integration

Make sure you install Julia on your Fedora workstation.

sudo dnf install -y julia

Make sure you have CMake and whatever unlisted deps because I probably forgot some required deps that need installed.

Also btw open the Julia REPL and install the CxxWrap package. Press "]" in the REPL then.

add CxxWrap
``

It should bitch if you're missing something it needs.
Description
A sample of how to implement Julia code in an existing C++ project.
Readme 60 KiB
Languages
C++ 93.4%
CMake 5.4%
Julia 0.9%
Shell 0.3%