CMake: fix file names in info header

This commit is contained in:
Maarten Bent
2020-05-17 19:41:12 +02:00
parent e69755c203
commit ef741462cd
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
############################################################################# #############################################################################
# Name: CMakeLists.txt # Name: build/cmake/policies.cmake
# Purpose: CMake policies for wxWidgets # Purpose: CMake policies for wxWidgets
# Author: Tobias Taschner # Author: Tobias Taschner
# Created: 2016-10-21 # Created: 2016-10-21

View File

@@ -1,5 +1,5 @@
############################################################################# #############################################################################
# Name: build/cmake/main.cmake # Name: build/cmake/source_groups.cmake
# Purpose: CMake source groups file # Purpose: CMake source groups file
# Author: Tobias Taschner # Author: Tobias Taschner
# Created: 2016-10-14 # Created: 2016-10-14

View File

@@ -1,5 +1,5 @@
############################################################################# #############################################################################
# Name: build/cmake/tests/base/CMakeLists.txt # Name: build/cmake/tests/drawing/CMakeLists.txt
# Purpose: CMake file for drawing test # Purpose: CMake file for drawing test
# Author: Tobias Taschner # Author: Tobias Taschner
# Created: 2016-10-31 # Created: 2016-10-31

View File

@@ -1,5 +1,5 @@
############################################################################# #############################################################################
# Name: build/cmake/tests/base/CMakeLists.txt # Name: build/cmake/tests/gui/CMakeLists.txt
# Purpose: CMake file for gui test # Purpose: CMake file for gui test
# Author: Tobias Taschner # Author: Tobias Taschner
# Created: 2016-10-31 # Created: 2016-10-31