Files
cpu-check/.gitignore
Eric Liu d8fcced921
Some checks failed
Build / build (push) Failing after 2m4s
Update build workflow to statically build Abseil and project dependencies
Modify GitHub Actions workflow to:
- Build Abseil from source statically
- Configure CMake for static linking
- Remove external Abseil library dependency
- Update build flags to support static compilation
2025-01-28 07:23:54 +00:00

43 lines
433 B
Plaintext

# CMake build directories
build/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
compile_commands.json
CTestTestfile.cmake
Testing/
_deps/
# Compiled files
*.o
*.obj
*.exe
*.out
*.app
*.dll
*.so
*.dylib
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Generated files
Makefile
*.make
*.cmake
!CMakeLists.txt
# Dependencies
_deps/
vcpkg_installed/
# Debug symbols
*.pdb
*.dSYM/
# Generated documentation
docs/_build/