-
+##
## This file is part of the PulseView project.
##
## Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
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()
#= 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)
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
add_subdirectory(test)
enable_testing()
add_test(test ${CMAKE_CURRENT_BINARY_DIR}/test/pulseview-test)
-endif(ENABLE_TESTS)
+endif()
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