===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xtpcpp-0.4.9/CMakeLists.txt-16-# Sets WIN64 if SYSTEM_UNAME_S is "^.*MING64.*"
xtpcpp-0.4.9/CMakeLists.txt:17:include(${CMAKE_UTILS_PATH}/systemUname.cmake)
xtpcpp-0.4.9/CMakeLists.txt-18-
xtpcpp-0.4.9/CMakeLists.txt-19-# Include the various colors we want to use in the output
xtpcpp-0.4.9/CMakeLists.txt:20:include(${CMAKE_UTILS_PATH}/outputColors.cmake)
xtpcpp-0.4.9/CMakeLists.txt-21-
##############################################
xtpcpp-0.4.9/CMakeLists.txt-61-	# x86_64-w64-mingw32.shared-cmake -DCMAKE_BUILD_TYPE=Release -DMXE=1 ../development
xtpcpp-0.4.9/CMakeLists.txt:62:	#include(${CMAKE_TOOLCHAINS_PATH}/mxe-toolchain.cmake)
xtpcpp-0.4.9/CMakeLists.txt:63:	include(${CMAKE_TOOLCHAINS_PATH}/mxe-toolchain-olivier.cmake)
xtpcpp-0.4.9/CMakeLists.txt-64-
##############################################
xtpcpp-0.4.9/CMakeLists.txt-72-
xtpcpp-0.4.9/CMakeLists.txt:73:	include(${CMAKE_TOOLCHAINS_PATH}/unix-toolchain.cmake)
xtpcpp-0.4.9/CMakeLists.txt:74:	#include(${CMAKE_TOOLCHAINS_PATH}/unix-toolchain-olivier.cmake)
xtpcpp-0.4.9/CMakeLists.txt:75:	#include(${CMAKE_TOOLCHAINS_PATH}/unix-toolchain-pappsomsppdev.cmake)
xtpcpp-0.4.9/CMakeLists.txt-76-
##############################################
xtpcpp-0.4.9/CMakeLists.txt-80-
xtpcpp-0.4.9/CMakeLists.txt:81:	include(${CMAKE_TOOLCHAINS_PATH}/win10-mingw64-toolchain.cmake)
xtpcpp-0.4.9/CMakeLists.txt-82-
##############################################
xtpcpp-0.4.9/CMakeLists.txt-86-
xtpcpp-0.4.9/CMakeLists.txt:87:	include(${CMAKE_TOOLCHAINS_PATH}/apple-macport-toolchain.cmake)
xtpcpp-0.4.9/CMakeLists.txt-88-endif()