From 586c83e6534b0677a54329c8957ca8050e712379 Mon Sep 17 00:00:00 2001 From: Martin Gels <gels@astron.nl> Date: Tue, 1 Jul 2008 07:31:30 +0000 Subject: [PATCH] Bug 1005: Added file: CMakeLists.txt --- Appl/CEP/CS1/CS1_Storage/CMakeLists.txt | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Appl/CEP/CS1/CS1_Storage/CMakeLists.txt diff --git a/Appl/CEP/CS1/CS1_Storage/CMakeLists.txt b/Appl/CEP/CS1/CS1_Storage/CMakeLists.txt new file mode 100644 index 00000000000..a40ec94866d --- /dev/null +++ b/Appl/CEP/CS1/CS1_Storage/CMakeLists.txt @@ -0,0 +1,29 @@ + +## ------------------------------------------------------------------------------ +## Project characteristics + +project (CS1_Storage) + +cmake_minimum_required (VERSION 2.5) + +## ------------------------------------------------------------------------------ +## Dependency on other packages + +if (HAVE_APS) + add_definitions (-DHAVE_APS) +endif (HAVE_APS) + +if (HAVE_TINYCEP) + add_definitions (-DHAVE_TINYCEP) +endif (HAVE_TINYCEP) + +## ------------------------------------------------------------------------------ +## Directories to be included in the build + +add_subdirectory (include) +add_subdirectory (src) +##add_subdirectory (test) + + +## ------------------------------------------------------------------------------ +## Summary -- GitLab