From 9d69b7c6eeb91c8e0a97cdea8f3586a9a967804b Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Tue, 12 Nov 2024 10:54:10 +0100 Subject: [PATCH] Update documentation --- scripts/cmake/xtd_commands.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cmake/xtd_commands.cmake b/scripts/cmake/xtd_commands.cmake index c55fb13c65a..e948ebef7c7 100644 --- a/scripts/cmake/xtd_commands.cmake +++ b/scripts/cmake/xtd_commands.cmake @@ -337,9 +337,9 @@ endmacro() ## ## project(my_project) ## find_package(xtd REQUIRED) -## add_sources(my_project.cpp) +## add_sources(my_project.ch) ## -## target_top_level_statement(my_project.cpp) +## target_top_level_statement(my_project.h) ## target_type(GUI_APPLICATION) ## ``` macro(target_top_level_statement TOP_LEVEL_FILE)