summaryrefslogtreecommitdiffstats
path: root/src/CBot/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-1/+1
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+4
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* sound fixerihel2012-12-201-2/+1
|
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-1/+1
| | | | make && make install should now give a working installation.
* Minor cmake grammar fixDidier Raboud2012-12-181-1/+1
| | | | It is redundant to have CMAKE_INSTALL_PREFIX in path definitions; drop them.
* Install libCBot to a private directoryDidier Raboud2012-12-171-1/+1
| | | | | | | | closes #90 - Make it configurable; - Move stanzas above the src directory inclusion, otherwise the value doesn't propagate.
* Added "make install" target.Michał Zieliński2012-10-051-0/+2
|
* MXE support and CMake files refactoringPiotr Dziwinski2012-09-291-1/+5
| | | | | | - added support for cross-compiling with MXE (http://mxe.cc/) - refactored CMake files, adding some options and moving definitions to more suitable places
* Dependency on WINAPI completely removed.Zaba9992012-07-101-1/+0
|
* Pulled changes from master branchPiotr Dziwinski2012-06-281-0/+1
|
* Adding new MinGW branchPiotr Dziwinski2012-04-151-0/+15