summaryrefslogtreecommitdiffstats
path: root/BuildUtils.cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added option to install PDB files on Windows (closed https://github.com/Dilig...Egor Yusov2019-10-131-0/+3
* Separated debug and release binaries in installation folder (fixed https://gi...Egor Yusov2019-07-021-3/+3
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-10/+13
* Fixed MinGW build issuesEgor Yusov2019-05-281-1/+7
* Couple updates to cmake scriptsEgor Yusov2019-03-281-11/+12
* Updated Mac version of File2String utility; shanged lib type to static on MacOSEgor Yusov2019-01-241-2/+2
* Fixed rpath installation issues on LinuxEgor2019-01-221-1/+1
* Fixed shared libaries on linux/mac/iOSEgor Yusov2019-01-211-8/+7
* Fixed linux build errorEgor Yusov2019-01-171-1/+3
* Improved core installation processEgor Yusov2019-01-171-5/+10
* Few fixes to Metal back-end stubEgor Yusov2018-12-301-1/+4
* Fixed cmake install commandsEgor Yusov2018-12-171-1/+3
* Added install steps; updated header structure for platformsEgor Yusov2018-12-171-0/+24
* Added get_supported_backends and get_backend_libraries_type cmake helper func...Egor Yusov2018-12-161-0/+53
* Few more changes to support MinGW buildEgor Yusov2018-12-131-4/+4
* Added SPIRV-Tools & SPIRV-HeadersEgor Yusov2018-10-231-0/+21
* Updated cmake scripts with Vulkan definesEgor Yusov2018-03-161-0/+3
* Fixed incremental link warnings in UWP/Debug buildEgor Yusov2018-03-131-1/+1
* Fixed performance issues with switching PSO in D3D12 backendEgor Yusov2018-03-101-4/+6
* Enabled custom build configurationEgor Yusov2018-03-051-12/+37
* Minor update to BuildUtils.cmake: not copyng GraphicsEngineD3D12.dll when D3D...Egor Yusov2018-02-241-2/+4
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-68/+68
* Fixed c++/c flags on iOSEgor Yusov2018-02-021-0/+4
* Enabled IOS buildEgor Yusov2018-02-011-1/+6
* Removed legacy visual studio project and solution filesEgor Yusov2017-12-261-3/+3
* CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi...Egor Yusov2017-12-161-0/+7
* CMake: updated File2String; removed set_header_file_only_propertyEgor Yusov2017-12-151-9/+0
* Disabled incremental link on UWP to fix linker warningEgor Yusov2017-12-141-0/+7
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-0/+25
* More updates to CMakeLists.tstEgor Yusov2017-12-111-0/+42