===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
catch-1.12.1/docs/build-systems.md-101-
catch-1.12.1/docs/build-systems.md:102:If you put it in, e.g., `${PROJECT_SRC_DIR}/${EXT_PROJECTS_DIR}/catch/`, you can use it in your project by adding the following to your root CMake file:
catch-1.12.1/docs/build-systems.md-103-
##############################################
catch-1.12.1/docs/contributing.md-50-known good output. Catch's repository provides utility scripts `approvalTests.py` to help you with this. It needs to be passed
catch-1.12.1/docs/contributing.md:51:the SelfTest binary compiled with your changes, like so: `$ ./scripts/approvalTests.py clang-build/SelfTest`. The output should
catch-1.12.1/docs/contributing.md-52-be fairly self-explanatory.
##############################################
catch-1.12.1/include/internal/catch_debugger.h-38-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
catch-1.12.1/include/internal/catch_debugger.h:39:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
catch-1.12.1/include/internal/catch_debugger.h-40-    #else // Fall back to the generic way.
##############################################
catch-1.12.1/single_include/catch.hpp-2140-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
catch-1.12.1/single_include/catch.hpp:2141:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
catch-1.12.1/single_include/catch.hpp-2142-    #else // Fall back to the generic way.
##############################################
catch-1.12.1/test_package/CMakeLists.txt-3-
catch-1.12.1/test_package/CMakeLists.txt:4:include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
catch-1.12.1/test_package/CMakeLists.txt-5-conan_basic_setup()