Update CMakeLists.txt
This commit is contained in:
parent
c8c877846a
commit
5cbc09c680
|
|
@ -2,11 +2,11 @@
|
||||||
#
|
#
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
# - BUILD_SHARED (default OFF)
|
# - AMQP-CPP_BUILD_SHARED (default OFF)
|
||||||
# ON: Build shared lib
|
# ON: Build shared lib
|
||||||
# OFF: Build static lib
|
# OFF: Build static lib
|
||||||
#
|
#
|
||||||
# - LINUX_TCP (default OFF)
|
# - AMQP-CPP_LINUX_TCP (default OFF)
|
||||||
# ON: Build posix handler implementation
|
# ON: Build posix handler implementation
|
||||||
# OFF: Don't build posix handler implementation
|
# OFF: Don't build posix handler implementation
|
||||||
|
|
||||||
|
|
@ -94,4 +94,4 @@ endif()
|
||||||
# copy header files
|
# copy header files
|
||||||
install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp
|
install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp
|
||||||
FILES_MATCHING PATTERN "*.h")
|
FILES_MATCHING PATTERN "*.h")
|
||||||
install(FILES include/amqpcpp.h DESTINATION include)
|
install(FILES include/amqpcpp.h DESTINATION include)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue