]> sigrok.org Git - pulseview.git/commitdiff
CMakeLists.txt: Cosmetics, fix typos.
authorUwe Hermann <redacted>
Wed, 1 Jan 2014 13:58:17 +0000 (14:58 +0100)
committerUwe Hermann <redacted>
Wed, 1 Jan 2014 14:03:18 +0000 (15:03 +0100)
CMakeLists.txt
test/CMakeLists.txt

index e542200fee57ad750bdaa41dd3dd902b746dcc66..9d2428a9e201148c5ef02d7310af70aea6d1243d 100644 (file)
@@ -1,4 +1,4 @@
-
+##
 ## This file is part of the PulseView project.
 ##
 ## Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
@@ -47,7 +47,7 @@ if(WIN32)
        set(Boost_USE_STATIC_LIBS on)
        add_definitions(-DBOOST_THREAD_USE_LIB)
 
-       # Windsws does not support UNIX signals
+       # Windows does not support UNIX signals.
        set(ENABLE_SIGNALS FALSE)
 endif()
 
@@ -55,9 +55,7 @@ endif()
 #= Dependencies
 #-------------------------------------------------------------------------------
 
-list(APPEND PKGDEPS
-       libsigrok>=0.2.0
-)
+list(APPEND PKGDEPS libsigrok>=0.2.0)
 
 if(ENABLE_DECODE)
        list(APPEND PKGDEPS libsigrokdecode>=0.2.0)
@@ -149,7 +147,7 @@ set(pulseview_SOURCES
        pv/widgets/wellarray.cpp
 )
 
-# This list includes only QObject derrived class headers
+# This list includes only QObject derived class headers.
 set(pulseview_HEADERS
        pv/mainwindow.h
        pv/sigsession.h
@@ -326,4 +324,4 @@ if(ENABLE_TESTS)
        add_subdirectory(test)
        enable_testing()
        add_test(test ${CMAKE_CURRENT_BINARY_DIR}/test/pulseview-test)
-endif(ENABLE_TESTS)
+endif()
index de2ef909cf86fdf7af5d07ebc1acd337a42b2b20..a71d5d16b25274e4154c592aa27a5a08f43f8fcf 100644 (file)
@@ -75,7 +75,7 @@ set(pulseview_TEST_SOURCES
        test.cpp
 )
 
-# This list includes only QObject derrived class headers
+# This list includes only QObject derived class headers.
 set(pulseview_TEST_HEADERS
        ${PROJECT_SOURCE_DIR}/pv/sigsession.h
        ${PROJECT_SOURCE_DIR}/pv/prop/int.h