aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-11-02 20:28:34 -0400
committerMax <ikj1234i@yahoo.com>2017-11-02 20:28:34 -0400
commit9f6c73e280966d32a7e94fee8b839a88675ada6a (patch)
tree15892c2b455192c9abc3a880e189bef8299a23b8 /CMakeLists.txt
parent7ae554682a8c78796211fe05f0da4ec52c43a45b (diff)
build type debug
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4f45da..54955d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.6)
project(gr-op25 CXX C)
+set(CMAKE_BUILD_TYPE Debug)
+
add_subdirectory(op25/gr-op25)
add_subdirectory(op25/gr-op25_repeater)