mirror of
1
0
Fork 0
modern-cmake/examples/simple-project/simple_lib.hpp

6 lines
68 B
C++
Raw Permalink Normal View History

2019-02-21 22:28:07 +01:00
#pragma once
#include <string>
std::string simple_lib_function();