summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* codegen.py should be copied to the bin directoryAlan Antonuk2011-11-041-0/+1
| | | | | Codegen.py should be copied to the bin directory and not the source directory.
* Specify the project language as C to prevent CMake for looking for a c++ ↵Alan Antonuk2011-11-041-1/+1
| | | | compiler
* Make codegen pull a dependancy of librabbitmqAlan Antonuk2011-11-011-1/+1
|
* Adding POPT CMake lib finder.Alan Antonuk2011-11-011-0/+7
| | | | | Utilities in the tools/ directory will now be built if the popt library is found
* Improved handing of external rabbitmq-codegenAlan Antonuk2011-10-301-14/+38
| | | | | | - By default look in the CMAKE_SOURCE_DIR/rabbitmq-codegen, then CMAKE_SOURCE_DIR/../rabbitmq-codegen unless RABBITMQ_CODEGEN_DIR is set - If FETCH_CODEGEN_FROM_GIT use the CMake ExternalProject to do it
* Adding the codegen stuff as an ExternalProjectAlan Antonuk2011-08-311-20/+27
|
* CodeGen found message should be a statusAlan Antonuk2011-06-071-1/+2
|
* Changes to support building on Win32/64Alan Antonuk2011-06-061-0/+4
|
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+30
librabbitmq and example/amqp_sendstring can be build under linux now.