Author: abroekhuis
Date: Sun Jun 24 20:44:35 2012
New Revision: 1353328
URL: http://svn.apache.org/viewvc?rev=1353328&view=rev
Log:
Updated Example Dependencies
Added log_writer and dependency_manager
Modified:
incubator/celix/trunk/examples/CMakeLists.txt
Modified: incubator/celix/trunk/examples/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/examples/CMakeLists.txt?rev=1353328&r1=1353327&r2=1353328&view=diff
==============================================================================
--- incubator/celix/trunk/examples/CMakeLists.txt (original)
+++ incubator/celix/trunk/examples/CMakeLists.txt Sun Jun 24 20:44:35 2012
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-celix_subproject(EXAMPLES "Option to enable building the Examples" "OFF" DEPS
FRAMEWORK LAUNCHER SHELL_TUI)
+celix_subproject(EXAMPLES "Option to enable building the Examples" "OFF" DEPS
FRAMEWORK LAUNCHER SHELL_TUI LOG_WRITER DEPENDENCY_MANAGER)
if (EXAMPLES)
add_subdirectory(hello_world)
add_subdirectory(mongoose)