From ed54228025cc86f6affca2eafe61d83d234351d4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 28 Jan 2015 09:41:22 -0600 Subject: Create a base object and move the state stuff over to it --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a9ec204..fb93aca 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -89,7 +89,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) add_library( pulse-mock SHARED - pa-mock.c + pa-mock.cpp ) ########################### -- cgit v1.2.3