Advertisement
Guest User

Untitled

a guest
Feb 19th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt
  2. index 129d789..42732a3 100644
  3. --- a/swig/CMakeLists.txt
  4. +++ b/swig/CMakeLists.txt
  5. @@ -58,7 +58,7 @@ foreach(incdir ${GRUEL_INCLUDE_DIRS})
  6. list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gruel/swig)
  7. endforeach(incdir)
  8.  
  9. -set(GR_SWIG_LIBRARIES gnuradio-extras)
  10. +list(APPEND GR_SWIG_LIBRARIES gnuradio-extras ${GNURADIO_CORE_LIBRARIES} ${GRUEL_LIBRARIES})
  11. set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/extras_swig_doc.i)
  12. set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/gnuradio/extras)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement