├── FindCrypt.cmake ├── FindDbgHelp.cmake ├── FindLibBFD.cmake ├── FindLibDL.cmake ├── FindLibRT.cmake ├── FindLibUUID.cmake ├── FindRPC.cmake ├── FindUserenv.cmake ├── FindWinSock.cmake ├── LICENSE ├── README.md ├── SetCompilerFeatures.cmake ├── SetCompilerWarnings.cmake ├── SetPlatformFeatures.cmake └── SystemInformation.cmake /FindCrypt.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindCrypt.cmake -------------------------------------------------------------------------------- /FindDbgHelp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindDbgHelp.cmake -------------------------------------------------------------------------------- /FindLibBFD.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindLibBFD.cmake -------------------------------------------------------------------------------- /FindLibDL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindLibDL.cmake -------------------------------------------------------------------------------- /FindLibRT.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindLibRT.cmake -------------------------------------------------------------------------------- /FindLibUUID.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindLibUUID.cmake -------------------------------------------------------------------------------- /FindRPC.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindRPC.cmake -------------------------------------------------------------------------------- /FindUserenv.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindUserenv.cmake -------------------------------------------------------------------------------- /FindWinSock.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/FindWinSock.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/README.md -------------------------------------------------------------------------------- /SetCompilerFeatures.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/SetCompilerFeatures.cmake -------------------------------------------------------------------------------- /SetCompilerWarnings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/SetCompilerWarnings.cmake -------------------------------------------------------------------------------- /SetPlatformFeatures.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/SetPlatformFeatures.cmake -------------------------------------------------------------------------------- /SystemInformation.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chronoxor/CppCMakeScripts/HEAD/SystemInformation.cmake --------------------------------------------------------------------------------