DkSDK_OCamlCompile¶
This INTERFACE library target
is
created by the DkSDKProject_AddProject()
command.
It has a corresponding ALIAS target
named DkSDK::OCaml::Compile
which is the preferred way to access the
target.
This interface library is required when compiling C code that needs access to OCaml. All of the OCaml header files are available in this interface library.
Consider reading the DkSDK CMake Tutorial
to see how to use
this interface library.