How to include C++ wrapper function inside C function using CMake?

后端 未结 0 613
耶瑟儿~
耶瑟儿~ 2021-02-04 04:46

main.c :

#include "protect_wrapper.h"

int main(void)
{
    protect("Message");
    return 0;
}

prot

相关标签:
回答
  • 消灭零回复
提交回复
热议问题