# HG changeset patch # User Teemu Piippo # Date 1488793740 -7200 # Node ID f2d1f29753407c927659cf49ef674655436a4527 # Parent a3455a81c5c9f65fcf67efa17d678a3a36eca62c Added Python tools to CMake so that they show up in IDEs diff -r a3455a81c5c9 -r f2d1f2975340 CMakeLists.txt --- 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)