X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=a0c0803622e0b702f60e6fbcb89245f9d885b6bf;hb=a9a88468dcac5f2de138f9dc4ffd0935d6927e06;hp=94d32a41f1d53e6b892f81c6150f57b106bebba6;hpb=0fbda3c2dda9357776afa15e99c037eb0cc97214;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 94d32a4..a0c0803 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,12 @@ if(WIN32) set(ENABLE_SIGNALS FALSE) endif() +if(NOT CMAKE_BUILD_TYPE) + set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING + "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." + FORCE) +endif() + #=============================================================================== #= Dependencies #------------------------------------------------------------------------------- @@ -146,6 +152,7 @@ set(pulseview_SOURCES pv/widgets/colourpopup.cpp pv/widgets/popup.cpp pv/widgets/popuptoolbutton.cpp + pv/widgets/sweeptimingwidget.cpp pv/widgets/wellarray.cpp ) @@ -181,6 +188,7 @@ set(pulseview_HEADERS pv/widgets/colourpopup.h pv/widgets/popup.h pv/widgets/popuptoolbutton.h + pv/widgets/sweeptimingwidget.h pv/widgets/wellarray.h ) @@ -206,7 +214,6 @@ if(ENABLE_DECODE) pv/view/decodetrace.cpp pv/widgets/decodergroupbox.cpp pv/widgets/decodermenu.cpp - pv/widgets/wellarray.cpp ) list(APPEND pulseview_HEADERS