From ad879dd7a30ecfe96ab09e1df0cf3b048c25bc69 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Tue, 29 Oct 2024 13:07:37 +0100 Subject: [PATCH] Better format to add files in the future --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 341273e..c7d1696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,8 @@ add_subdirectory(external/assimp EXCLUDE_FROM_ALL) add_executable(LearnGtk4 main.cpp hello_world.cpp - hello_world.hpp) + hello_world.hpp +) set_target_properties(LearnGtk4 assimp PROPERTIES CXX_STANDARD 17