mirror of
https://github.com/ProgramSnail/build_system_2022.git
synced 2025-12-06 00:48:42 +00:00
No description
| .gitignore | ||
| build_graph.cpp | ||
| build_graph.hpp | ||
| builder.cpp | ||
| builder.hpp | ||
| cli_common.cpp | ||
| cli_common.hpp | ||
| CMakeLists.txt | ||
| compile_flags.txt | ||
| dependency_manager.cpp | ||
| dependency_manager.hpp | ||
| file_mode.cpp | ||
| file_mode.hpp | ||
| interactive_mode.cpp | ||
| interactive_mode.hpp | ||
| main.cpp | ||
| README.md | ||
| task.hpp | ||
| task_queue.cpp | ||
| task_queue.hpp | ||
| test_tasks.hpp | ||
| thread_pool.cpp | ||
| thread_pool.hpp | ||
Build System
Сборка:
mkdir build && cd build
cmake .. && make