1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/AI/VCAI
Arseniy Shestakov 193f492b99 CMake: cleanup, project generation and other improvements
- Use EXCLUDE_FROM_ALL for FuzzyLite and GoogleTest to avoid inclusion of unneded headers and libraries into installers.
- Set minimum CMake version only in main CMakeLists.txt
- Set project name only in main CMakeLists.txt
- Visual Studio: add assign_source_group function to generate proper filesystem tree
- Visual Studio: set PROJECT_LABEL so generated projects have same names binaries on Windows
- Visual Studio: enabled USE_FOLDERS for projects grouping. This also possibly affect other IDEs.
- Added add_subdirectory_with_folder function to make sure 3rd-party libraries are affected by USE_FOLDERS.
2017-08-16 16:10:07 +03:00
..
AIUtility.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
AIUtility.h Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
CMakeLists.txt CMake: cleanup, project generation and other improvements 2017-08-16 16:10:07 +03:00
Fuzzy.cpp Upgrade to fuzzylite 6.0 as a submodule 2017-08-15 16:05:49 +03:00
Fuzzy.h VCAI tweaks (#311) 2017-07-15 01:15:08 +03:00
Goals.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
Goals.h Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +03:00
main.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp * added an initial version of adventure AI: VCAI, more details here: http://forum.vcmi.eu/viewtopic.php?p=6508#6508 2012-02-14 18:04:45 +00:00
StdInc.h More bugfixing: 2014-06-29 17:23:06 +03:00
VCAI.cbp boost/program_options has only 2 uses, and unlikely will be used more -> removed form Global.h. 2016-11-28 21:38:17 +03:00
VCAI.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
VCAI.h Code style: serialize everything on own lines for easier debugging (#357) 2017-07-31 16:35:42 +03:00
VCAI.vcxproj Updated project files to MVS 2015 (in fact, it's trivial). 2016-12-12 19:14:45 +01:00