summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-09-07cmake: enquote variable in string(REPLACE) macrosSergey Ponomarev
If a var is empty then the cmake reports an error: string sub-command REPLACE requires at least four arguments
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.