mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
perfect, dynamic libray suppart added
SOVERSION 1 used and requered except for windoof!
This commit is contained in:
parent
fe76a4416c
commit
0322f4eeed
4 changed files with 13 additions and 11 deletions
|
@ -13,7 +13,6 @@ namespace greeter {
|
|||
* @brief A class for saying hello in multiple languages
|
||||
*/
|
||||
class GREETER_EXPORT Greeter {
|
||||
private:
|
||||
std::string name;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue