summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Consolidate SYSTEM_CPP_MODULE in the main CMakeLists.txtDidier 'OdyX' Raboud2013-11-201-0/+12
* On MacOSX, install files to Bundle-specific directoriesDidier 'OdyX' Raboud2013-11-131-5/+5
* Add MacOSX bundle-specific installation pathsDidier 'OdyX' Raboud2013-11-131-0/+6
* Version bump (0.1.1)Piotr Dziwinski2013-11-031-1/+1
* On MacOSX, use SDL_MainDidier 'OdyX' Raboud2013-10-291-0/+2
* Add an icon and executable information to the colobot.exe when build in MXEDidier 'OdyX' Raboud2013-10-291-5/+1
* Fix for CMakeLists errorPiotr Dziwinski2013-10-241-1/+1
* Added option to force to use bundled gmock/gtestPiotr Dziwinski2013-10-241-2/+5
* Include the OpenAL headers using the "al.h" form, as recommended by its CMake...Didier 'OdyX' Raboud2013-10-241-0/+1
* MacOSX: Add initial support in CMake build infraDidier 'OdyX' Raboud2013-10-241-25/+36
* Typo fixPiotr Dziwinski2013-06-271-1/+1
* Forgotten compile flagPiotr Dziwinski2013-06-261-0/+3
* Post-alpha phasePiotr Dziwinski2013-06-241-2/+2
* Colobot Gold 0.1.0-alphaPiotr Dziwinski2013-06-241-3/+5
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-26/+29
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-3/+10
* Futher changes to CMake optionsPiotr Dziwinski2013-06-221-7/+7
* Changes in build organizationPiotr Dziwinski2013-06-221-9/+34
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-4/+6
* Added relative install paths for MXE buildkrzys-h2013-05-031-5/+14
* * Minor changes to cmake fileserihel2013-04-121-1/+1
* * Added X11 to libs in CMakefiles for linux builderihel2013-04-111-1/+1
* * Added clipboard support (issue #60)erihel2013-04-111-0/+7
* Moved boost flags to CMakeListsPiotr Dziwinski2013-03-271-1/+6
* Fixed GCC 4.6 compilationPiotr Dziwinski2013-03-251-1/+1
* Bugfix DESKTOP option initialisationDidier Raboud2013-03-241-1/+1
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-19/+24
* Updated README files, optional libsndfilePiotr Dziwinski2013-03-221-7/+14
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+17
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+1
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-5/+9
* * Fixed sound pitch causing segfaulterihel2013-01-161-1/+1
* * Removed aluterihel2013-01-141-0/+2
* Use correct C++11/C++0x flags depending on the used compilerDidier Raboud2013-01-101-10/+15
* Merge pull request #114 from OdyX/dev-update-cmake-with-datakrzys-h2013-01-091-9/+12
|\
| * Let CMake rely on data's CMakeLists.txt if it existsDidier Raboud2013-01-021-4/+7
| * Revert "Minor cmake grammar fix"Didier Raboud2012-12-301-5/+5
* | CMakeLists enhancementsPiotr Dziwinski2013-01-081-4/+21
* | Merge dev and dev-graphicsPiotr Dziwinski2013-01-071-1/+1
|\ \
| * | Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+1
| |/
* / Corrected OpenGL extension detectionPiotr Dziwinski2013-01-051-35/+11
|/
* Fix for TEST_VIRTUALPiotr Dziwinski2012-12-291-1/+1
* Create a central versionDidier Raboud2012-12-271-0/+26
* Minor cmake grammar fixDidier Raboud2012-12-271-5/+5
* sound fixerihel2012-12-201-0/+2
* removing plugins for gold version (for mxe cross compiling)erihel2012-12-201-1/+0
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-16/+38
* Put common CXX flags in common variablesDidier Raboud2012-12-191-2/+3
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
* Merge pull request #97 from OdyX/dev-minor-cmake-grammar-fixkrzys-h2012-12-181-2/+2
|\