After install the SDK, you should be able to include the lib and include path in your $DYLD_LIBRARY_PATH.
$DYLD_LIBRARY_PATH
With that you can simply add -fcilkplus in your make cmd, by which your linker will be able to resolve the symbols of Cilk.
-fcilkplus