CMake_support/Boo.h (
10
lines of code) (
raw
):
#ifndef SOMETHINH_FOO_HPP #define SOMETHINH_FOO_HPP #include <string> std::string foo(){ return "foo"; } std::string bar(){ return "bar"; } #endif //SOMETHINH_FOO_HPP