Simple cmake example with working ccls
This commit is contained in:
11
include/HelloWorld.h
Normal file
11
include/HelloWorld.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef HELLOWORLD_H
|
||||
#define HELLOWORLD_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class HelloWorld {
|
||||
public:
|
||||
void printMessage(const std::string &message);
|
||||
};
|
||||
|
||||
#endif // HELLOWORLD_H
|
||||
Reference in New Issue
Block a user