Repository: celix Updated Branches: refs/heads/develop 966504915 -> e06e14abf
CELIX-332: fix cmake config for filter_test Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e06e14ab Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e06e14ab Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e06e14ab Branch: refs/heads/develop Commit: e06e14abf4c5325332543906950f9cd8fa087181 Parents: 9665049 Author: Bjoern Petri <[email protected]> Authored: Tue Jan 12 15:38:10 2016 +0100 Committer: Bjoern Petri <[email protected]> Committed: Tue Jan 12 15:38:10 2016 +0100 ---------------------------------------------------------------------- framework/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/e06e14ab/framework/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index e989032..c6397dc 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt @@ -176,7 +176,8 @@ if (FRAMEWORK) add_executable(filter_test private/test/filter_test.cpp - private/mock/properties_mock.c + private/src/utils.c + private/src/properties.c private/src/filter.c private/src/celix_errorcodes.c private/mock/celix_log_mock.c)
