Minor code cleanup.

This commit is contained in:
Jim Evins
2017-11-25 16:54:37 -05:00
parent ae76470ea9
commit c6c52a8895
11 changed files with 24 additions and 16 deletions
+10 -1
View File
@@ -60,6 +60,16 @@ find_package (LibZint 2.6 QUIET)
find_package (Qt5Test 5.4 QUIET)
#=======================================
# Global compiler options
#=======================================
#
# Uncomment to compile everything with aggressively pedantic options
# (not recommended -- only for testing -- also not portable)
#
#add_compile_options("-Wall" "-Werror" "-Wpedantic")
#=======================================
# Unit Testing
#=======================================
@@ -67,7 +77,6 @@ if (Qt5Test_FOUND)
enable_testing ()
endif ()
#=======================================
# Subdirectories
#=======================================