Skip to content
Snippets Groups Projects
Commit 586c83e6 authored by Martin Gels's avatar Martin Gels
Browse files

Bug 1005: Added file: CMakeLists.txt

parent 95d91842
No related branches found
No related tags found
No related merge requests found
## ------------------------------------------------------------------------------
## 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment