目录结构:
仍然是建立一个空的目录build目录,以便让cmake生成的那些文件存放在这个目录中。
hello.h
#ifndef HELLO_H
#define HELLO_H
#include <iostream>
void HelloFunc();
#endif
hello.cpp
#
目录结构:
仍然是建立一个空的目录build目录,以便让cmake生成的那些文件存放在这个目录中。
hello.h
#ifndef HELLO_H
#define HELLO_H
#include <iostream>
void HelloFunc();
#endif
hello.cpp
#