summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
diff options
context:
space:
mode:
authorJosh Blum2012-07-03 12:01:16 -0700
committerJohnathan Corgan2012-07-03 14:18:52 -0700
commit744ffd50ac5a73ce3619ae11ef9cf04c0886d74a (patch)
tree5895984c2ad014b2f47128cf980577e5cfece9de /gnuradio-core/src/lib/general
parentd0b2c5e6c6fe56541cd0f2242f53b2f2c33642e0 (diff)
downloadgnuradio-744ffd50ac5a73ce3619ae11ef9cf04c0886d74a.tar.gz
gnuradio-744ffd50ac5a73ce3619ae11ef9cf04c0886d74a.tar.bz2
gnuradio-744ffd50ac5a73ce3619ae11ef9cf04c0886d74a.zip
core: added general_generated to swig deps
We generate the docs so its important that the docs see this header generated first.
Diffstat (limited to 'gnuradio-core/src/lib/general')
-rw-r--r--gnuradio-core/src/lib/general/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/general/CMakeLists.txt b/gnuradio-core/src/lib/general/CMakeLists.txt
index ab9b870aa..e97644ffa 100644
--- a/gnuradio-core/src/lib/general/CMakeLists.txt
+++ b/gnuradio-core/src/lib/general/CMakeLists.txt
@@ -37,6 +37,10 @@ ADD_FILE_DEPENDENCIES(${CMAKE_CURRENT_SOURCE_DIR}/gr_fxpt.cc
${CMAKE_CURRENT_BINARY_DIR}/sine_table.h
)
+add_custom_target(general_generated DEPENDS
+ ${CMAKE_CURRENT_BINARY_DIR}/sine_table.h
+)
+
########################################################################
# Handle the generated constants
########################################################################