From: Uwe Hermann Date: Fri, 8 Apr 2016 09:49:22 +0000 (+0200) Subject: test/CMakeLists.txt: Add missing #include file. X-Git-Tag: pulseview-0.4.0~313 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=039a381dbd3683ec3879e34a24658a1ea0ddd70f;hp=03cc651d78a85308107e0ef3e5e514503d7c723c test/CMakeLists.txt: Add missing #include file. --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ef98a9c4..7e8a9d7a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -96,6 +96,7 @@ set(pulseview_TEST_HEADERS ${PROJECT_SOURCE_DIR}/pv/prop/int.hpp ${PROJECT_SOURCE_DIR}/pv/prop/property.hpp ${PROJECT_SOURCE_DIR}/pv/prop/string.hpp + ${PROJECT_SOURCE_DIR}/pv/view/analogsignal.hpp ${PROJECT_SOURCE_DIR}/pv/view/cursor.hpp ${PROJECT_SOURCE_DIR}/pv/view/flag.hpp ${PROJECT_SOURCE_DIR}/pv/view/header.hpp