From c49c9db5a9940b5c40965c939c6e3c60f1076a63 Mon Sep 17 00:00:00 2001 From: "Vogel, Rick" Date: Mon, 22 Jan 2024 16:24:31 +0100 Subject: [PATCH] change generated main filename --- examples/iotdashboard_smoketest/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/iotdashboard_smoketest/CMakeLists.txt b/examples/iotdashboard_smoketest/CMakeLists.txt index 205b747a..6bd8d28c 100644 --- a/examples/iotdashboard_smoketest/CMakeLists.txt +++ b/examples/iotdashboard_smoketest/CMakeLists.txt @@ -51,7 +51,7 @@ qsk_svg2qvg( ../iotdashboard/images/ac.svg ${CMAKE_CURRENT_BINARY_DIR}/ac.qvg) -file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/main.cpp "int main(){}") +file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_svg_qgv.cpp "int main(){}") add_executable(test_svg_qgv - ${CMAKE_CURRENT_BINARY_DIR}/main.cpp + ${CMAKE_CURRENT_BINARY_DIR}/test_svg_qgv.cpp ${CMAKE_CURRENT_BINARY_DIR}/ac.qvg) \ No newline at end of file