Repository: celix Updated Branches: refs/heads/develop c9779f9ea -> 623d47e9b
Fixed log_service_example linking Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/623d47e9 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/623d47e9 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/623d47e9 Branch: refs/heads/develop Commit: 623d47e9b957c3fa67d6ae9de08e0027ee7caa3c Parents: c9779f9 Author: Roy Lenferink <[email protected]> Authored: Tue Sep 19 18:04:24 2017 +0200 Committer: Roy Lenferink <[email protected]> Committed: Tue Sep 19 18:22:51 2017 +0200 ---------------------------------------------------------------------- examples/log_service_example/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/623d47e9/examples/log_service_example/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/examples/log_service_example/CMakeLists.txt b/examples/log_service_example/CMakeLists.txt index fbfc291..6b7e681 100644 --- a/examples/log_service_example/CMakeLists.txt +++ b/examples/log_service_example/CMakeLists.txt @@ -32,3 +32,5 @@ add_deploy(log_example GROUP log_service BUNDLES log_service_example log_service shell shell_tui ) + +target_link_libraries(log_service_example celix_framework celix_utils) \ No newline at end of file
