-
Notifications
You must be signed in to change notification settings - Fork 0
CMake Herc3x
Wiki CMake Build Logic ▸ CMake Scripts ▸ Herc3x.cmake
The Herc3x scripts, one per supported compiler, set the compiler flags as needed to implement the build options selected by the builder for each supported configuration.
-
Herc31_CoptsAppleGNU - gcc on (very old) macOS systems
-
Herc31_CoptsGNU - gcc or clang on other than macOS
-
Herc31_CoptsMSVC - Microsoft Visual Studio C (MVSC)
-
Herc31_CoptsUnknown - unrecognized compiler (includes for the nonce clang on macOS)
-
Herc20_TargetEnv.cmake - Probe target hardware and OS
-
Herc22_Userland.cmake - Probe UNIX-like and macOS userland
-
Herc22_UserlandWin.cmake - Probe Windows userland
-
Herc22_TargetEnv.cmake - Probe target hardware and OS
-
Herc25_Compilergcclike.cmake - Probe gcc-like compilers
-
Herc25_CompilerMSVC.cmake - Probe MSVC compilers
-
Herc28_OptSelect - Set build options
This Wiki page Copyright © 2018 by Stephen R. Orso. This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.