Better format to add files in the future

This commit is contained in:
Pcornat 2024-10-29 13:07:37 +01:00
parent 2b6f32362f
commit ad879dd7a3
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD

View File

@ -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