From aa3ed5b53d8c30782368846b90e1b3df057e1648 Mon Sep 17 00:00:00 2001 From: Juan Prieto Date: Tue, 31 May 2011 18:50:22 +0000 Subject: [PATCH] *** empty log message *** --- lib/GUI/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/GUI/CMakeLists.txt diff --git a/lib/GUI/CMakeLists.txt b/lib/GUI/CMakeLists.txt new file mode 100644 index 0000000..f7295b2 --- /dev/null +++ b/lib/GUI/CMakeLists.txt @@ -0,0 +1,4 @@ +# Add a ADD_SUBDIRECTORY command for each of your libraries +ADD_SUBDIRECTORY(Qt) +ADD_SUBDIRECTORY(Wx) + \ No newline at end of file -- 2.46.1