summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-05-15 18:02:27 -0600
committerMichael Steinert <mike.steinert@gmail.com>2012-05-17 11:44:45 -0600
commit36bb71c9778a52be03fe160cdcbefeed2d0a5e51 (patch)
tree63b440bfc4342f01e29b1ebd1f04e5fc68910419 /CMakeLists.txt
parentc4dbaf19e2fef30333948c52273d62334c817119 (diff)
downloadrabbitmq-c-github-ask-36bb71c9778a52be03fe160cdcbefeed2d0a5e51.tar.gz
Add new codegen directory to CMakeLists.txt
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5615d1..a8fc7b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,6 +46,7 @@ else (FETCH_CODEGEN_FROM_GIT)
amqp_codegen.py
PATHS ${CMAKE_SOURCE_DIR}/rabbitmq-codegen
${CMAKE_SOURCE_DIR}/../rabbitmq-codegen
+ ${CMAKE_SOURCE_DIR}/codegen
DOC "Path to directory containing amqp_codegen.py (rabbitmq-codegen)"
NO_DEFAULT_PATH
)