From 0d17ecc0f58e75510ff745be86ff6cf3c9e289b5 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Fri, 2 Oct 2015 14:45:28 +0200 Subject: [PATCH] Added missing header exports in CMake config --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9e1bb..7024e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,6 +95,7 @@ set(SOURCE_FILES src/core/runner.h src/core/runner_coroutine.c src/core/runner_coroutine.h + src/core/coroutine.h src/core/worker.c src/core/worker.h src/core/stats.c @@ -104,6 +105,7 @@ set(SOURCE_FILES src/compat/internal.h src/compat/pipe.c src/compat/pipe.h + src/compat/pipe-internal.h src/compat/section.c src/compat/section.h src/compat/process.c @@ -131,6 +133,8 @@ set(SOURCE_FILES src/entry/options.c src/entry/main.c src/entry/entry.c + src/common.h + src/config.h ) if (PCRE_FOUND) @@ -158,6 +162,8 @@ set(INTERFACE_FILES include/criterion/designated-initializer-compat.h include/criterion/preprocess.h include/criterion/alloc.h + include/criterion/parameterized.h + include/criterion/redirect.h ) # Generate the configure file