summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* turned autorcc on so no need for qt5_add_resources() anymoreisanae2019-05-241-0/+13
| | | | | qt5_wrap_ui() is redundant since autouic is already on generate INSTALL.vcxproj.user to have the proper debugging settings so ModOrganizer.exe is started from install/bin
* greatly decreased the verbosity of buildsisanae2019-05-241-0/+3
| | | | always include the INSTALL project in the solution build
* Set optimization for release buildsSilarn2019-05-221-1/+1
|
* Remove extraneous search codeJeremy Rimpo2018-04-131-2/+0
|
* Fix up CMAKE to use /MP and allow building through umbrellaSilarn2018-04-071-1/+3
|
* Update to allow linking to updated bsatkSilarn2018-04-031-0/+1
|
* Don't set zlib_rootSandro Jäckel2018-03-091-2/+0
|
* Update CMakeLists.txtSandro2018-02-221-1/+1
| | | project name was different than I thought
* set MO as StartUp ProjectSandro2018-02-201-0/+2
| | | | Sets MordOrganizer as StartUp Project in VisualStudio. Reference: https://stackoverflow.com/a/37994396/4446318
* Fixed cmake to use the QTROOT Parameter instead of hard coding the directory,LePresidente2017-10-191-1/+1
|
* now using github for self updaterTannin2016-05-061-1/+0
|
* portable setup is no longer offered if the directory isn't writableTannin2016-02-091-1/+2
|
* more work on build systemTannin2015-10-081-4/+4
|
* added cmake build systemTannin2015-09-261-4/+1
|
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-0/+17