diff options
author | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-26 14:50:00 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-26 14:50:00 +0100 |
commit | 90740422f230ad064972c0f5b45b6c7f7190efb4 (patch) | |
tree | ae91f8cd49c8844e6ee53f7da957e88fd15c4cb7 /CMakeLists.txt | |
parent | 62eba345ce0ab3fb58e6998261da20bbc2f5cc3a (diff) | |
parent | 7b6fc640c7d31ff8979194813b0fa0e7b4f24bde (diff) | |
download | ouroboros-90740422f230ad064972c0f5b45b6c7f7190efb4.tar.gz ouroboros-90740422f230ad064972c0f5b45b6c7f7190efb4.zip |
Merge branch 'be' of bitbucket.org:ouroboros-rina/ouroboros into be-pci
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 84a42eb9..99750b00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) MACRO_ADD_COMPILE_FLAGS(irmd -DCONFIG_OUROBOROS_DEBUG) MACRO_ADD_COMPILE_FLAGS(dad -DCONFIG_OUROBOROS_DEBUG) MACRO_ADD_COMPILE_FLAGS(irm -DCONFIG_OUROBOROS_DEBUG) + MACRO_ADD_COMPILE_FLAGS(ouroboros -DCONFIG_OUROBOROS_DEBUG) endif (CMAKE_BUILD_TYPE MATCHES Debug) #include(FeatureSummary) |