Added Python tools to CMake so that they show up in IDEs

Mon, 06 Mar 2017 11:49:00 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 06 Mar 2017 11:49:00 +0200
changeset 1202
f2d1f2975340
parent 1201
a3455a81c5c9
child 1203
7e34dd7559ce

Added Python tools to CMake so that they show up in IDEs

CMakeLists.txt file | annotate | diff | comparison | revisions
--- a/CMakeLists.txt	Mon Mar 06 11:48:45 2017 +0200
+++ b/CMakeLists.txt	Mon Mar 06 11:49:00 2017 +0200
@@ -180,6 +180,11 @@
 
 set (LDFORGE_OTHER_FILES
 	src/configurationoptions.txt
+	tools/caseconversions.py
+	tools/configcollector.py
+	tools/linelength.py
+	tools/outputfile.py
+	tools/updaterevision.py
 )
 
 set (LDFORGE_RESOURCES ldforge.qrc)

mercurial