From 7b46d443b0418b4b7a4b66e046a3dc28585821d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Jan 2020 03:32:39 +0300 Subject: cmake/examples: more distinct output --- cmake/examples/dynamic/foo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/examples/dynamic/foo.cpp') diff --git a/cmake/examples/dynamic/foo.cpp b/cmake/examples/dynamic/foo.cpp index c6355a2..b7d9986 100644 --- a/cmake/examples/dynamic/foo.cpp +++ b/cmake/examples/dynamic/foo.cpp @@ -1,6 +1,6 @@ -#include +#include int main() { - bar(); + baz(); return 0; } -- cgit v1.2.3