DkSDK_OCamlForStaticBinary

This library target is created by the DkSDKProject_AddProject() command.

It has a corresponding ALIAS target named DkSDK::OCaml::ForStaticBinary which is the preferred way to access the target.

Always include this library when you are making an executable with add_executable() which should not dynamically link to the native code OCaml shared libraries (ex. libasmrun.so).

Note

On Windows there is no native code OCaml shared library.

Consider reading the DkSDK CMake Tutorial to see how to use this library.