summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2012-12-03 13:50:57 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2012-12-03 13:50:57 (GMT)
commitc67f1fbd4afb9b064dbb3d86dbc5080f5ce87f68 (patch)
treefeefeea9c70c6ac3ffa60853350585d24372a0e2 /CMakeLists.txt
Initial repository setup. Adding files.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..3f09cfe
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,9 @@
+cmake_minimum_required(VERSION 2.6)
+
+set(CMAKE_CXX_FLAGS "-g -Wall")
+
+project(TRAJECTORY)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+
+add_subdirectory(src)
contact: Jan Huwald // Impressum