Better format to add files in the future
This commit is contained in:
parent
2b6f32362f
commit
ad879dd7a3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue