mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
10 lines
82 B
C++
10 lines
82 B
C++
#include "simpleLib.hpp"
|
|
|
|
SimpleLib::SimpleLib()
|
|
{
|
|
}
|
|
|
|
SimpleLib::~SimpleLib()
|
|
{
|
|
}
|