wrap_swigextras.cmake

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· CMAKE 代码 · 共 8 行

CMAKE
8
字号
WRAP_INCLUDE("<vector>")
WRAP_INCLUDE("<string>")
WRAP_INCLUDE("<list>")
# Now inlcude the wrap_SwigExtras.h file, which has a CSWIG directive in it
# ("renames") that aren't accomodated in the normal cableswig wrapper input 
# generation process.
WRAP_INCLUDE("wrap_SwigExtras.h")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?