CMake_support/main.cpp (
6
lines of code) (
raw
):
#include <iostream> #include "Boo.h" int main() { std::cout << foo() << std::endl; return 0; }