cmake-fetch/fetchtest/include/poco.h
2025-03-10 12:12:52 +01:00

9 lines
No EOL
180 B
C++

#ifndef _HEADER_FETCHTEST_POCO
#define _HEADER_FETCHTEST_POCO
#include <string>
std::string get_date_time();
std::string format_poco_version();
#endif // _HEADER_FETCHTEST__POCO