diff options
author | Josh Blum | 2011-07-22 10:33:13 -0700 |
---|---|---|
committer | Josh Blum | 2011-07-22 10:33:13 -0700 |
commit | ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132 (patch) | |
tree | 0aafe7f48bd6552cda48dd726b20ef70c305e3f9 /CMakeLists.txt | |
parent | d760edf9fb851d97c972a69690b26114dd998157 (diff) | |
download | gnuradio-ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132.tar.gz gnuradio-ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132.tar.bz2 gnuradio-ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132.zip |
gr: added API macros for noaa and pager, also renamed the ones for digital and vocoder to be consistent
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ad5241c7..ba3ff8e2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ IF(MSVC) -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE ) - LIST(APPEND GR_COMMON_FLAGS_AND_DEFINES -DHAVE_CONFIG_H) + ADD_DEFINITIONS(-DHAVE_CONFIG_H) ADD_DEFINITIONS(/MP) #build with multiple processors ENDIF(MSVC) |