Repository: celix
Updated Branches:
  refs/heads/develop 28a4adff6 -> 1ba4184c4


CELIX-335: Adds missing bundles_files command for the mongoose example


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e278d272
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e278d272
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e278d272

Branch: refs/heads/develop
Commit: e278d2728f4d8531a43f48e79b95d1f2e259ea7b
Parents: 28a4adf
Author: Pepijn Noltes <[email protected]>
Authored: Thu Apr 21 20:48:37 2016 +0200
Committer: Pepijn Noltes <[email protected]>
Committed: Thu Apr 21 20:48:37 2016 +0200

----------------------------------------------------------------------
 examples/mongoose/CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/e278d272/examples/mongoose/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/examples/mongoose/CMakeLists.txt b/examples/mongoose/CMakeLists.txt
index 0ef71e3..8a71ac1 100644
--- a/examples/mongoose/CMakeLists.txt
+++ b/examples/mongoose/CMakeLists.txt
@@ -35,4 +35,6 @@ add_bundle(mongoose
         private/include/mongoose.h
 )
 
-target_link_libraries(mongoose celix_framework mongooselib ${LIBS})
\ No newline at end of file
+bundle_files(mongoose ${CMAKE_CURRENT_LIST_DIR}/root)
+
+target_link_libraries(mongoose celix_framework mongooselib ${LIBS})

Reply via email to