From 3ed5f7653773faacbbc5b2595998b58b78d0e699 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sun, 23 Oct 2011 12:30:27 +0000 Subject: [PATCH] [ROSAPPS] Add cmake base files with ssstars. svn path=/trunk/; revision=54242 --- rosapps/CMakeLists.txt | 1 + rosapps/applications/CMakeLists.txt | 8 ++++++++ rosapps/applications/screensavers/CMakeLists.txt | 1 + 3 files changed, 10 insertions(+) create mode 100644 rosapps/CMakeLists.txt create mode 100644 rosapps/applications/CMakeLists.txt create mode 100644 rosapps/applications/screensavers/CMakeLists.txt diff --git a/rosapps/CMakeLists.txt b/rosapps/CMakeLists.txt new file mode 100644 index 00000000000..79322fc0925 --- /dev/null +++ b/rosapps/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(applications) \ No newline at end of file diff --git a/rosapps/applications/CMakeLists.txt b/rosapps/applications/CMakeLists.txt new file mode 100644 index 00000000000..bdfecae5c7f --- /dev/null +++ b/rosapps/applications/CMakeLists.txt @@ -0,0 +1,8 @@ +#add_subdirectory(cmdutils) +#add_subdirectory(devutils) +#add_subdirectory(fraginator) +#add_subdirectory(net) +#add_subdirectory(notevil) +add_subdirectory(screensavers) +#add_subdirectory(sysutils) +#add_subdirectory(winfile) \ No newline at end of file diff --git a/rosapps/applications/screensavers/CMakeLists.txt b/rosapps/applications/screensavers/CMakeLists.txt new file mode 100644 index 00000000000..7924a2d365c --- /dev/null +++ b/rosapps/applications/screensavers/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(ssstars) -- 2.17.1