summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Restore tutorialsJeremy Rimpo2026-05-171-3/+0
|
* Disabling tutorials (#2366)Jeremy Rimpo2026-04-171-0/+3
|
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-8/+13
| | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
* Update following cmake_common changes.Mikaël Capelle2022-04-191-12/+5
| | | | | | | # Conflicts: # CMakeLists.txt # src/CMakeLists.txt # src/organizer_en.ts
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-0/+3
|
* appveyor does not build modorganizer in its standard location, so use ↵isanae2020-04-301-1/+7
| | | | DEPENDENCIES_DIR to find cmake_common
* moved a few projects to requires_project()isanae2020-04-251-0/+1
|
* now using new common cmakefilesisanae2020-04-231-34/+8
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* removed unused or redundant stuff in error_report.hisanae2019-07-221-1/+7
| | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-0/+2
| | | | added dump_running_process.bat to start another instance of MO with that flag
* 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