cmakelists.txt
来自「一个语言识别引擎」· 文本 代码 · 共 12 行
TXT
12 行
# You'll need to tell CMake where to find YARP.
# From the command line, you can do:
# cmake -DYARP_DIR:LOCATION=../.. .
# where ../.. is replaced with the path to which you built YARP.
FIND_PACKAGE(YARP)
PROJECT(dev_check)
ADD_EXECUTABLE(dev_check main.cpp)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?