Update CMakeLists.txt

This commit is contained in:
Aart Stuurman 2018-01-29 10:45:30 +01:00 committed by GitHub
parent c8c877846a
commit 5cbc09c680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
#
# Options:
#
# - BUILD_SHARED (default OFF)
# - AMQP-CPP_BUILD_SHARED (default OFF)
# ON: Build shared lib
# OFF: Build static lib
#
# - LINUX_TCP (default OFF)
# - AMQP-CPP_LINUX_TCP (default OFF)
# ON: Build posix handler implementation
# OFF: Don't build posix handler implementation
@ -94,4 +94,4 @@ endif()
# copy header files
install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp
FILES_MATCHING PATTERN "*.h")
install(FILES include/amqpcpp.h DESTINATION include)
install(FILES include/amqpcpp.h DESTINATION include)