diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-01 11:48:23 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:25:00 -0700 |
commit | 5672d2a4082a40a12f96362d59b16b47b9d3ce09 (patch) | |
tree | 4b7ed0effa8479d941ed075e7555bc987adfb1b7 /gr-noaa | |
parent | 592d4d1f14f4a3920b181e5c2b0457ba9cff95bb (diff) |
docs: updated CMakeLists files to point to include dirs for docstrings.
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/swig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/swig/CMakeLists.txt b/gr-noaa/swig/CMakeLists.txt index d543665609..829ca4f17d 100644 --- a/gr-noaa/swig/CMakeLists.txt +++ b/gr-noaa/swig/CMakeLists.txt @@ -30,7 +30,7 @@ set(GR_SWIG_INCLUDE_DIRS ) set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/noaa_swig_doc.i) -set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib) +set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/noaa) set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc) set(GR_SWIG_LIBRARIES gnuradio-noaa) |