1
0
mirror of synced 2024-11-05 12:38:54 +01:00
modern-cmake/examples/simple-project/simple_lib.hpp
2019-02-21 22:59:33 +01:00

6 lines
68 B
C++

#pragma once
#include <string>
std::string simple_lib_function();