Changes to the folder organization of some files in Visual Studio (via CMake's source_group).

This commit is contained in:
David Williams
2014-05-28 14:03:26 +02:00
parent c26686476d
commit e9ba998f2f
7 changed files with 18 additions and 28 deletions

View File

@ -21,6 +21,4 @@
PROJECT(PythonExample)
SOURCE_GROUP("Sources" FILES PythonExample.py)
configure_file(PythonExample.py PythonExample.py COPYONLY)