Yibo He
Yibo He
part of: #209 add KeyGet(), KeyGet2() and KeyGet3() for built_in_functions
### Description This error occurred when I tried to run a CMake project including casbin-cpp on Visual Studio2019. It seems that set_target_properties didn't recognize it after PREFIX was set to...
fix: #215
Part of: #209 The updated `KeyGet*` functions have not been registered in the `evaluator` yet, so they cannot be called internally in the `enforcer.` To solve this problem, I modified...