aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-04-17 10:58:09 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-04-17 10:58:09 +0200
commitbf2d9a477bbd1362e23d7c17a42984466c54fc60 (patch)
tree0e1051a09c267624cb5150a6fa0f2ecafea9b85a /CMakeLists.txt
parent3f1ea8118227ce1864e95735547a1508002b756c (diff)
Added to buildsystem instalation of include/gsm/plotting.h
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e3b274..0ce77ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -140,6 +140,7 @@ add_custom_target(uninstall
# Add subdirectories
########################################################################
add_subdirectory(include/gsm)
+add_subdirectory(include/plotting)
add_subdirectory(lib)
add_subdirectory(swig)
add_subdirectory(python)