update cmakefile
This commit is contained in:
parent
34b6d1fbc4
commit
ce80a971d7
|
|
@ -32,7 +32,7 @@ install(TARGETS amqp-cpp
|
|||
|
||||
option(BUILD_TUTORIALS "build rabbitmq tutorials" OFF)
|
||||
if(BUILD_TUTORIALS)
|
||||
add_subdirectory(rabbitmq_tutorials)
|
||||
add_subdirectory(examples/rabbitmq_tutorials)
|
||||
endif()
|
||||
|
||||
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
|
|
|||
Loading…
Reference in New Issue